diff options
| author | jvoisin | 2025-08-31 16:05:44 +0200 |
|---|---|---|
| committer | jvoisin | 2025-09-01 13:49:08 +0200 |
| commit | ee5e383c6bbca94d5f93134510468b3fe87a470c (patch) | |
| tree | f18914001702afe16a0fc1be7d08087447055d6b /src/tests/disable_function/disabled_functions_shell_exec_backtick.phpt | |
| parent | 1c7598c432551d0c49c2c57f249ccd5ccabce638 (diff) | |
Add support for PHP8.5
Diffstat (limited to 'src/tests/disable_function/disabled_functions_shell_exec_backtick.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_shell_exec_backtick.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/disable_function/disabled_functions_shell_exec_backtick.phpt b/src/tests/disable_function/disabled_functions_shell_exec_backtick.phpt index aeb64c2..6f53cea 100644 --- a/src/tests/disable_function/disabled_functions_shell_exec_backtick.phpt +++ b/src/tests/disable_function/disabled_functions_shell_exec_backtick.phpt | |||
| @@ -4,6 +4,7 @@ Disable functions - shell_exec via backtick operator | |||
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | --INI-- | 5 | --INI-- |
| 6 | sp.configuration_file={PWD}/config/disabled_functions_extra.ini | 6 | sp.configuration_file={PWD}/config/disabled_functions_extra.ini |
| 7 | error_reporting = E_ALL & ~E_DEPRECATED | ||
| 7 | --FILE-- | 8 | --FILE-- |
| 8 | <?php | 9 | <?php |
| 9 | echo `ls`; | 10 | echo `ls`; |
