Skip to content

Commit 042709c

Browse files
committed
Disable inline pass for observer test
1 parent 3ffd530 commit 042709c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zend_test/tests/observer_preload.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows
1010
--INI--
1111
opcache.enable=1
1212
opcache.enable_cli=1
13-
opcache.optimization_level=-1
13+
opcache.optimization_level=0x7ffe3fff
1414
opcache.preload={PWD}/observer_preload.inc
1515
opcache.file_cache=
1616
opcache.file_cache_only=0

0 commit comments

Comments
 (0)