diff options
Diffstat (limited to 'src/tests/disabled_functions_ret_user.phpt')
| -rw-r--r-- | src/tests/disabled_functions_ret_user.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/disabled_functions_ret_user.phpt b/src/tests/disabled_functions_ret_user.phpt index 597a6b8..89c1bce 100644 --- a/src/tests/disabled_functions_ret_user.phpt +++ b/src/tests/disabled_functions_ret_user.phpt | |||
| @@ -12,5 +12,5 @@ function qwe() { | |||
| 12 | qwe(); | 12 | qwe(); |
| 13 | echo 1; | 13 | echo 1; |
| 14 | ?> | 14 | ?> |
| 15 | --EXPECT-- | 15 | --EXPECTF-- |
| 16 | 1 | 16 | Fatal error: [snuffleupagus][disabled_function] Aborted execution on return of the function 'qwe', because the function returned 'asd', which matched a rule in %a/tests/disabled_functions_ret_user.php on line %d |
