summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_callback_called_file_r.phpt
diff options
context:
space:
mode:
authorjvoisin2022-12-10 12:00:36 +0100
committerjvoisin2022-12-11 18:36:26 +0100
commiteb570f29daa42fd8b90ecfff75382846e51b3a15 (patch)
tree5d14199f0e9f97ec521aa69d2c55f14b21d94db7 /src/tests/disable_function/disabled_functions_callback_called_file_r.phpt
parent808e7bff7e17b4f22a64120162734301aa065db0 (diff)
Add support for PHP8.2
Diffstat (limited to 'src/tests/disable_function/disabled_functions_callback_called_file_r.phpt')
-rw-r--r--src/tests/disable_function/disabled_functions_callback_called_file_r.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tests/disable_function/disabled_functions_callback_called_file_r.phpt b/src/tests/disable_function/disabled_functions_callback_called_file_r.phpt
index ec75d74..d977733 100644
--- a/src/tests/disable_function/disabled_functions_callback_called_file_r.phpt
+++ b/src/tests/disable_function/disabled_functions_callback_called_file_r.phpt
@@ -30,10 +30,5 @@ include "$dir/myfunc_callback.php";
30echo test('test_callback'); 30echo test('test_callback');
31 31
32?> 32?>
33--CLEAN--
34<?php
35$dir = __DIR__;
36@unlink("$dir/myfunc_callback.php");
37?>
38--EXPECTF-- 33--EXPECTF--
39Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'test_callback' in %a/myfunc_callback.php on line 4 34Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'test_callback' in %a/myfunc_callback.php on line 4