From 0cc8e708ebbff02abe7e3c2d0dc0660585ccd98c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 10 May 2026 00:09:44 +0200 Subject: Skip a test on ≥PHP8.5 PHP is now optimizing `echo A,B,C` into `echo A B C`, so the test is pointless. --- src/tests/disable_function/disabled_function_echo_2.phpt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/disable_function/disabled_function_echo_2.phpt b/src/tests/disable_function/disabled_function_echo_2.phpt index c1d9817..e519ec4 100644 --- a/src/tests/disable_function/disabled_function_echo_2.phpt +++ b/src/tests/disable_function/disabled_function_echo_2.phpt @@ -2,13 +2,15 @@ Echo hooking --SKIPIF-- += 80500) print "skip"; ?> --INI-- sp.configuration_file={PWD}/config/disabled_function_echo.ini --FILE-- --EXPECTF-- qwe1 -Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'echo' in %a/disabled_function_echo_2.php on line 3 +Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'echo' in %a/disabled_function_echo_2.php on line 4 -- cgit v1.3