diff options
| author | jvoisin | 2023-02-01 21:12:58 +0100 |
|---|---|---|
| committer | jvoisin | 2023-02-02 13:17:22 +0100 |
| commit | 2dcf2a2d7578d1e43ee7e3fa69386ccc5afebbf0 (patch) | |
| tree | a1b4b74396e89f66ccb9f54fe878ba607c103aec /src/tests/disable_function/disabled_functions_require_simulation.phpt | |
| parent | f4d3c01bd196400548f5712223171007563ab834 (diff) | |
Url encode functions arguments when logging them
Diffstat (limited to 'src/tests/disable_function/disabled_functions_require_simulation.phpt')
| -rw-r--r-- | src/tests/disable_function/disabled_functions_require_simulation.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/disable_function/disabled_functions_require_simulation.phpt b/src/tests/disable_function/disabled_functions_require_simulation.phpt index 2c52610..d23ad4e 100644 --- a/src/tests/disable_function/disabled_functions_require_simulation.phpt +++ b/src/tests/disable_function/disabled_functions_require_simulation.phpt | |||
| @@ -20,6 +20,6 @@ echo "1337\n"; | |||
| 20 | --EXPECTF-- | 20 | --EXPECTF-- |
| 21 | BLA | 21 | BLA |
| 22 | 22 | ||
| 23 | Warning: [snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'require', because its argument 'inclusion path' content (%a/test.sim) matched a rule in %a/disabled_functions_require_simulation.php on line %d | 23 | Warning: [snuffleupagus][0.0.0.0][disabled_function][simulation] Aborted execution on call of the function 'require', because its argument 'inclusion path' content (%a%2Ftest.sim) matched a rule in %a/disabled_functions_require_simulation.php on line %d |
| 24 | MEH | 24 | MEH |
| 25 | 1337 | 25 | 1337 |
