summaryrefslogtreecommitdiff
path: root/src/tests/disable_function
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/disable_function')
-rw-r--r--src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt2
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 @@
2Disable functions - shell_exec via opcache.preload 2Disable 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--
7opcache 8opcache
9--XFAIL--
8--INI-- 10--INI--
9sp.configuration_file={PWD}/config/disabled_functions_extra.ini 11sp.configuration_file={PWD}/config/disabled_functions_extra.ini
10allow_url_include=1 12allow_url_include=1