summaryrefslogtreecommitdiff
path: root/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-17 13:27:05 +0200
committerBen Fuhrmannek2021-08-17 13:27:05 +0200
commit71b0b92a6b9ac2834237c29a949ac1c7a7714395 (patch)
treeab4898bb3c37e15d94b7cabcecd4a266de35ee2c /src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt
parent60fad2a6b3b61a63e2e829d60b7b0bda51099b19 (diff)
fixed broken tests for PHP7 after scanner/parser update
Diffstat (limited to 'src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt')
-rw-r--r--src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt b/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt
index 68938fe..f410431 100644
--- a/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt
+++ b/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt
@@ -11,7 +11,7 @@ sp.allow_broken_configuration=On
11echo 1337; 11echo 1337;
12?> 12?>
13--EXPECT-- 13--EXPECT--
14PHP Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration prefix for 'this is a broken line' on line 1 in Unknown on line 0 14PHP Fatal error: [snuffleupagus][0.0.0.0][config][log] Parser error on line 1 in Unknown on line 0
15 15
16Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration prefix for 'this is a broken line' on line 1 in Unknown on line 0 16Fatal error: [snuffleupagus][0.0.0.0][config][log] Parser error on line 1 in Unknown on line 0
171337 171337