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 976dd99 commit 62cb7dcCopy full SHA for 62cb7dc
ext/ffi/tests/300.phpt
@@ -4,7 +4,10 @@ FFI 300: FFI preloading
4
ffi
5
opcache
6
--SKIPIF--
7
-<?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows'); ?>
+<?php
8
+if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows');
9
+if (ini_get('opcache.preload_user')) die('skip FFI::load() does not support opcache.preload_user');
10
+?>
11
--INI--
12
ffi.enable=1
13
opcache.enable=1
ext/ffi/tests/bug78761.phpt
@@ -5,6 +5,7 @@ ffi
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
?>
opcache.enable_cli=1
0 commit comments