diff options
Diffstat (limited to 'Zend/tests/bug32660.phpt')
-rw-r--r-- | Zend/tests/bug32660.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/bug32660.phpt b/Zend/tests/bug32660.phpt index 3a307189a4..d99e2f8e14 100644 --- a/Zend/tests/bug32660.phpt +++ b/Zend/tests/bug32660.phpt @@ -36,4 +36,7 @@ A Object Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php on line 23 -Fatal error: Cannot assign by reference to overloaded object in %sbug32660.php on line 23 +Fatal error: Uncaught exception 'EngineException' with message 'Cannot assign by reference to overloaded object' in %sbug32660.php:23 +Stack trace: +#0 {main} + thrown in %sbug32660.php on line 23 |