summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2019-02-28 09:10:07 +0100
committerBob Weinand <bobwei9@hotmail.com>2019-02-28 09:10:35 +0100
commit9d5db37cee4ebe5cfddb47b6fbce5329ddaad2a7 (patch)
treee96b6d90582aadca47fb69a9ca21fe79e7f13c04
parent6d487ee1775b2e659e0c40f3a422398856a740a7 (diff)
downloadphp-git-9d5db37cee4ebe5cfddb47b6fbce5329ddaad2a7.tar.gz
Fix test (order of warning / notice changes due to delaying until runtime)
-rw-r--r--Zend/tests/bug69788.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug69788.phpt b/Zend/tests/bug69788.phpt
index 326328ccfa..ff028411b1 100644
--- a/Zend/tests/bug69788.phpt
+++ b/Zend/tests/bug69788.phpt
@@ -3,6 +3,6 @@ Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
--FILE--
<?php [t.[]]; ?>
--EXPECTF--
-Notice: Array to string conversion in %s on line %d
-
Warning: Use of undefined constant t - assumed 't' (this will throw an Error in a future version of PHP) in %s on line %d
+
+Notice: Array to string conversion in %s on line %d