summaryrefslogtreecommitdiff
path: root/src/tests/disabled_functions_param_alias.phpt
diff options
context:
space:
mode:
authorjvoisin2017-10-10 12:12:10 +0200
committerjvoisin2017-10-10 12:12:10 +0200
commit18711c04c9e6fc6056f79f05598719a112ecbba5 (patch)
tree34016121eb1ecba352d1eb8bcb341ffcfe645db8 /src/tests/disabled_functions_param_alias.phpt
parent6c89a3e68e109ab9e6ef5445c00ea786cd59c89c (diff)
Make the `simulation` mode logs more obvious
Diffstat (limited to 'src/tests/disabled_functions_param_alias.phpt')
-rw-r--r--src/tests/disabled_functions_param_alias.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/disabled_functions_param_alias.phpt b/src/tests/disabled_functions_param_alias.phpt
index fe3d1c1..b549d70 100644
--- a/src/tests/disabled_functions_param_alias.phpt
+++ b/src/tests/disabled_functions_param_alias.phpt
@@ -11,4 +11,4 @@ shell_exec("id");
11?> 11?>
12--EXPECTF-- 12--EXPECTF--
13[snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'system' in %a/tests/disabled_functions_param_alias.php:2 has been disabled, because of the the rule '1'. 13[snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'system' in %a/tests/disabled_functions_param_alias.php:2 has been disabled, because of the the rule '1'.
14[snuffleupagus][0.0.0.0][disabled_function][notice] The call to the function 'shell_exec' in %a/tests/disabled_functions_param_alias.php:3 has been disabled, because of the the rule '2'. 14[snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'shell_exec' in %a/tests/disabled_functions_param_alias.php:3 has been disabled, because of the the rule '2'.