diff options
Diffstat (limited to 'src')
| -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 |
