diff options
| author | Julien Voisin | 2023-02-02 13:21:23 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-02 13:21:23 +0100 |
| commit | aa6380abe6f85443841baf708a1d28f474d5f6c8 (patch) | |
| tree | a1b4b74396e89f66ccb9f54fe878ba607c103aec /src/tests/disable_function/disabled_functions_nul_byte.phpt | |
| parent | f4d3c01bd196400548f5712223171007563ab834 (diff) | |
| parent | 2dcf2a2d7578d1e43ee7e3fa69386ccc5afebbf0 (diff) | |
Url encode functions arguments when logging them
Diffstat (limited to 'src/tests/disable_function/disabled_functions_nul_byte.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_nul_byte.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/disable_function/disabled_functions_nul_byte.phpt b/src/tests/disable_function/disabled_functions_nul_byte.phpt index 62f4ab5..991794d 100644 --- a/src/tests/disable_function/disabled_functions_nul_byte.phpt +++ b/src/tests/disable_function/disabled_functions_nul_byte.phpt | |||
| @@ -11,4 +11,4 @@ system("id"); | |||
| 11 | 11 | ||
| 12 | ?> | 12 | ?> |
| 13 | --EXPECTF-- | 13 | --EXPECTF-- |
| 14 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system', because its argument '$command' content (0id) matched a rule in %a/disabled_functions_nul_byte.php on line 2 | 14 | Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system', because its argument '$command' content (%s0id) matched a rule in %a/disabled_functions_nul_byte.php on line 2 |
