From 9d5db37cee4ebe5cfddb47b6fbce5329ddaad2a7 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 28 Feb 2019 09:10:07 +0100 Subject: [PATCH] Fix test (order of warning / notice changes due to delaying until runtime) --- Zend/tests/bug69788.phpt | 4 ++-- 1 file 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-- --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 -- 2.50.0