summaryrefslogtreecommitdiff
path: root/Zend/tests/bug37811.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug37811.phpt')
-rw-r--r--Zend/tests/bug37811.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug37811.phpt b/Zend/tests/bug37811.phpt
index f224f9b311..299018363d 100644
--- a/Zend/tests/bug37811.phpt
+++ b/Zend/tests/bug37811.phpt
@@ -23,6 +23,6 @@ string(3) "Foo"
Warning: Constants may only evaluate to scalar values or arrays in %sbug37811.php on line %d
-Notice: Use of undefined constant Baz - assumed 'Baz' in %sbug37811.php on line %d
+Warning: Use of undefined constant Baz - assumed 'Baz' (this will throw an Error in a future version of PHP) in %sbug37811.php on line %d
string(3) "Baz"
===DONE===