We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53fc13 commit cdeb36aCopy full SHA for cdeb36a
1 file changed
Zend/tests/first_class_callable/constexpr/gh22782.phpt
@@ -7,6 +7,10 @@ opcache.enable=1
7
opcache.enable_cli=1
8
opcache.optimization_level=-1
9
opcache.preload={PWD}/gh22782.inc
10
+--SKIPIF--
11
+<?php
12
+if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
13
+?>
14
--FILE--
15
<?php
16
0 commit comments