summaryrefslogtreecommitdiff
path: root/Zend/tests/bug75921.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug75921.phpt')
-rw-r--r--Zend/tests/bug75921.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Zend/tests/bug75921.phpt b/Zend/tests/bug75921.phpt
index 17cb496673..a8649262b5 100644
--- a/Zend/tests/bug75921.phpt
+++ b/Zend/tests/bug75921.phpt
@@ -47,21 +47,21 @@ unset($null);
--EXPECTF--
Attempt to assign property 'a' of non-object
-Notice: Undefined variable: null in %s on line %d
+Warning: Undefined variable: null in %s on line %d
NULL
Attempt to modify property 'a' of non-object
-Notice: Undefined variable: null in %s on line %d
+Warning: Undefined variable: null in %s on line %d
NULL
Attempt to modify property 'a' of non-object
-Notice: Undefined variable: null in %s on line %d
+Warning: Undefined variable: null in %s on line %d
NULL
Attempt to modify property 'a' of non-object
-Notice: Undefined variable: null in %s on line %d
+Warning: Undefined variable: null in %s on line %d
NULL
Attempt to modify property 'a' of non-object
-Notice: Undefined variable: null in %s on line %d
+Warning: Undefined variable: null in %s on line %d
NULL