From 1bf0f3ec9088d34383c564d6306901ae6dc94cb5 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 4 Jan 2023 19:06:28 +0100 Subject: Fix the CI for PHP8.2 --- src/tests/disable_function/disabled_function_echo.phpt | 1 - src/tests/disable_function/disabled_function_echo_2.phpt | 1 - src/tests/disable_function/disabled_function_echo_local_var.phpt | 1 - src/tests/disable_function/disabled_function_print.phpt | 3 +-- 4 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src/tests/disable_function') diff --git a/src/tests/disable_function/disabled_function_echo.phpt b/src/tests/disable_function/disabled_function_echo.phpt index 12aaff4..b1da0dc 100644 --- a/src/tests/disable_function/disabled_function_echo.phpt +++ b/src/tests/disable_function/disabled_function_echo.phpt @@ -13,7 +13,6 @@ echo "qwe"; test("rty"); test("oops"); ?> ---CLEAN-- --EXPECTF-- qwerty Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'echo' in %a/disabled_function_echo.php on line 3 diff --git a/src/tests/disable_function/disabled_function_echo_2.phpt b/src/tests/disable_function/disabled_function_echo_2.phpt index 82a2fa1..c1d9817 100644 --- a/src/tests/disable_function/disabled_function_echo_2.phpt +++ b/src/tests/disable_function/disabled_function_echo_2.phpt @@ -9,7 +9,6 @@ sp.configuration_file={PWD}/config/disabled_function_echo.ini echo "qwe"; echo "1", "oops"; ?> ---CLEAN-- --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 diff --git a/src/tests/disable_function/disabled_function_echo_local_var.phpt b/src/tests/disable_function/disabled_function_echo_local_var.phpt index ee1be1f..52d1f48 100644 --- a/src/tests/disable_function/disabled_function_echo_local_var.phpt +++ b/src/tests/disable_function/disabled_function_echo_local_var.phpt @@ -14,7 +14,6 @@ test(); $abc = 123; test(); ?> ---CLEAN-- --EXPECTF-- 3 diff --git a/src/tests/disable_function/disabled_function_print.phpt b/src/tests/disable_function/disabled_function_print.phpt index ec1b04f..9600854 100644 --- a/src/tests/disable_function/disabled_function_print.phpt +++ b/src/tests/disable_function/disabled_function_print.phpt @@ -13,7 +13,6 @@ print "qwe"; test("rty"); test("oops"); ?> ---CLEAN-- --EXPECTF-- qwerty -Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'echo' in %a/disabled_function_print.php on line 3 \ No newline at end of file +Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'echo' in %a/disabled_function_print.php on line 3 -- cgit v1.3