summaryrefslogtreecommitdiff
path: root/src/tests/disabled_functions_ret.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/disabled_functions_ret.phpt')
-rw-r--r--src/tests/disabled_functions_ret.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/disabled_functions_ret.phpt b/src/tests/disabled_functions_ret.phpt
index b64bf70..7a16599 100644
--- a/src/tests/disabled_functions_ret.phpt
+++ b/src/tests/disabled_functions_ret.phpt
@@ -10,4 +10,4 @@ echo strpos("pouet", "p");
10echo stripos("pouet", "p"); 10echo stripos("pouet", "p");
11?> 11?>
12--EXPECTF-- 12--EXPECTF--
13[snuffleupagus][0.0.0.0][disabled_function][drop] The execution has been aborted in %a/disabled_functions_ret.php:2, because the return value (0) of the function 'strpos' matched a rule. 13[snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on return of the function 'strpos' in %a/disabled_functions_ret.php:2, because the function returned '0', which matched a rule.