diff options
| author | Ben Fuhrmannek | 2022-01-11 17:54:19 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2022-01-11 17:54:19 +0100 |
| commit | 046e39bd4a41cc2c509d975dc6cbf9ca6e49dfbc (patch) | |
| tree | 68e057740881ae25aa61760001ba9a208d488480 /src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt | |
| parent | f6dba50f57a5e8de6d75b8168f988104991ebaeb (diff) | |
handle opcache test case failure
Diffstat (limited to 'src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt b/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt index 14e5d0d..7e076ae 100644 --- a/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt +++ b/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt | |||
| @@ -2,9 +2,11 @@ | |||
| 2 | Disable functions - shell_exec via opcache.preload | 2 | Disable functions - shell_exec via opcache.preload |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | <?php if (!extension_loaded("opcache")) print "skip"; ?> | ||
| 5 | <?php if (PHP_VERSION_ID < 70400) print "skip"; ?> | 6 | <?php if (PHP_VERSION_ID < 70400) print "skip"; ?> |
| 6 | --EXTENSIONS-- | 7 | --EXTENSIONS-- |
| 7 | opcache | 8 | opcache |
| 9 | --XFAIL-- | ||
| 8 | --INI-- | 10 | --INI-- |
| 9 | sp.configuration_file={PWD}/config/disabled_functions_extra.ini | 11 | sp.configuration_file={PWD}/config/disabled_functions_extra.ini |
| 10 | allow_url_include=1 | 12 | allow_url_include=1 |
