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.phpt1
1 files changed, 1 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 3e43a14..14e5d0d 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
@@ -11,6 +11,7 @@ allow_url_include=1
11opcache.enable=1 11opcache.enable=1
12opcache.enable_cli=1 12opcache.enable_cli=1
13opcache.preload=data://text/plain,%3C%3Fphp+shell_exec%28%22ls%22%29%3B 13opcache.preload=data://text/plain,%3C%3Fphp+shell_exec%28%22ls%22%29%3B
14opcache.preload_user=nobody
14--FILE-- 15--FILE--
15<?php 16<?php
16?> 17?>