diff options
| author | Ben Fuhrmannek | 2022-01-05 19:21:13 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2022-01-05 19:21:13 +0100 |
| commit | 8b1fc7ce30ca6886bb2957d6bd8b59ee6580b5ce (patch) | |
| tree | 8e188b8bc54dc8f909348a996ed3318fd861f086 /src | |
| parent | 3045f5adb916d4ef8520a2c88d82ff8c38ee6328 (diff) | |
fix test case for php7
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt | 1 |
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 | |||
| 11 | opcache.enable=1 | 11 | opcache.enable=1 |
| 12 | opcache.enable_cli=1 | 12 | opcache.enable_cli=1 |
| 13 | opcache.preload=data://text/plain,%3C%3Fphp+shell_exec%28%22ls%22%29%3B | 13 | opcache.preload=data://text/plain,%3C%3Fphp+shell_exec%28%22ls%22%29%3B |
| 14 | opcache.preload_user=nobody | ||
| 14 | --FILE-- | 15 | --FILE-- |
| 15 | <?php | 16 | <?php |
| 16 | ?> | 17 | ?> |
