Skip to content

Commit cdeb36a

Browse files
committed
Fix test
1 parent c53fc13 commit cdeb36a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Zend/tests/first_class_callable/constexpr/gh22782.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ opcache.enable=1
77
opcache.enable_cli=1
88
opcache.optimization_level=-1
99
opcache.preload={PWD}/gh22782.inc
10+
--SKIPIF--
11+
<?php
12+
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
13+
?>
1014
--FILE--
1115
<?php
1216

0 commit comments

Comments
 (0)