summaryrefslogtreecommitdiff
path: root/tests/classes/bug27468.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/bug27468.phpt')
-rw-r--r--tests/classes/bug27468.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/bug27468.phpt b/tests/classes/bug27468.phpt
index 4ef8d44a61..d590683c82 100644
--- a/tests/classes/bug27468.phpt
+++ b/tests/classes/bug27468.phpt
@@ -13,5 +13,5 @@ echo 'OK';
--EXPECTF--
Warning: Undefined property: foo::$x in %s on line %d
-Warning: Invalid argument supplied for foreach() in %sbug27468.php on line 4
+Warning: foreach() argument must be of type array|object, null given in %sbug27468.php on line 4
OK