summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-07-16 09:29:43 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-07-16 09:29:43 +0200
commit37e03f6b32832ebf51429d1a9ad71a7cb9068a66 (patch)
tree390c24561b0bcea2203009d0e25211ae7735b251
parentf57cb13c566613eec0e1c2f6d96d18565436a9b7 (diff)
downloadphp-git-37e03f6b32832ebf51429d1a9ad71a7cb9068a66.tar.gz
Fix test; this should properly emit a fatal error, just as every other by-ref assignment to an overloaded object
-rw-r--r--Zend/tests/bug69732.phpt5
1 files changed, 1 insertions, 4 deletions
diff --git a/Zend/tests/bug69732.phpt b/Zend/tests/bug69732.phpt
index 2ea5e58bc9..94b8d794f2 100644
--- a/Zend/tests/bug69732.phpt
+++ b/Zend/tests/bug69732.phpt
@@ -24,7 +24,4 @@ Notice: Undefined property: wpq::$interesting in %sbug69732.php on line 6
Notice: Indirect modification of overloaded property wpq::$interesting has no effect in %sbug69732.php on line 16
-Strict Standards: Only variables should be assigned by reference in %sbug69732.php on line 16
-
-Notice: Undefined property: wpq::$interesting in %sbug69732.php on line 6
-XXX
+Fatal error: Cannot assign by reference to overloaded object in %sbug69732.php on line 16