summaryrefslogtreecommitdiff
path: root/src/tests/disable_function
diff options
context:
space:
mode:
authorjvoisin2023-01-04 19:06:28 +0100
committerjvoisin2023-01-04 19:10:38 +0100
commit1bf0f3ec9088d34383c564d6306901ae6dc94cb5 (patch)
treed484c173bacd0e5c5d2847b43f99e99d26074019 /src/tests/disable_function
parent0423e1b63364f4dd741d3a8ac8a880407ff37371 (diff)
Fix the CI for PHP8.2
Diffstat (limited to 'src/tests/disable_function')
-rw-r--r--src/tests/disable_function/disabled_function_echo.phpt1
-rw-r--r--src/tests/disable_function/disabled_function_echo_2.phpt1
-rw-r--r--src/tests/disable_function/disabled_function_echo_local_var.phpt1
-rw-r--r--src/tests/disable_function/disabled_function_print.phpt3
4 files changed, 1 insertions, 5 deletions
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";
13test("rty"); 13test("rty");
14test("oops"); 14test("oops");
15?> 15?>
16--CLEAN--
17--EXPECTF-- 16--EXPECTF--
18qwerty 17qwerty
19Fatal 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 18Fatal 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
9echo "qwe"; 9echo "qwe";
10echo "1", "oops"; 10echo "1", "oops";
11?> 11?>
12--CLEAN--
13--EXPECTF-- 12--EXPECTF--
14qwe1 13qwe1
15Fatal 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 14Fatal 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();
14$abc = 123; 14$abc = 123;
15test(); 15test();
16?> 16?>
17--CLEAN--
18--EXPECTF-- 17--EXPECTF--
193 183
20 19
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";
13test("rty"); 13test("rty");
14test("oops"); 14test("oops");
15?> 15?>
16--CLEAN--
17--EXPECTF-- 16--EXPECTF--
18qwerty 17qwerty
19Fatal 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 18Fatal 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