summaryrefslogtreecommitdiff
path: root/Zend/tests/bug48248.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug48248.phpt')
-rw-r--r--Zend/tests/bug48248.phpt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Zend/tests/bug48248.phpt b/Zend/tests/bug48248.phpt
index 9cdb7c1a00..16fb3273f2 100644
--- a/Zend/tests/bug48248.phpt
+++ b/Zend/tests/bug48248.phpt
@@ -21,7 +21,8 @@ var_dump($b->test);
?>
--EXPECTF--
-Notice: Undefined property: B::$test in %s on line %d
-
-Notice: Only variable references should be returned by reference in %s on line %d
-NULL
+Fatal error: Uncaught Error: Cannot access private property B::$test in %s:%d
+Stack trace:
+#0 %s(%d): A->__get('test')
+#1 {main}
+ thrown in %s on line %d