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, 2 insertions, 0 deletions
diff --git a/tests/classes/bug27468.phpt b/tests/classes/bug27468.phpt
index 971273224d..f7ec8b6882 100644
--- a/tests/classes/bug27468.phpt
+++ b/tests/classes/bug27468.phpt
@@ -11,5 +11,7 @@ new foo();
echo 'OK';
?>
--EXPECTF--
+Notice: Undefined property: foo::$x in %sbug27468.php on line 4
+
Warning: Invalid argument supplied for foreach() in %sbug27468.php on line 4
OK