Skip to content

Commit 9d5db37

Browse files
committed
Fix test (order of warning / notice changes due to delaying until runtime)
1 parent 6d487ee commit 9d5db37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/tests/bug69788.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
33
--FILE--
44
<?php [t.[]]; ?>
55
--EXPECTF--
6-
Notice: Array to string conversion in %s on line %d
7-
86
Warning: Use of undefined constant t - assumed 't' (this will throw an Error in a future version of PHP) in %s on line %d
7+
8+
Notice: Array to string conversion in %s on line %d

0 commit comments

Comments
 (0)