diff options
Diffstat (limited to 'Zend/tests/varSyntax/tempPropFetchByRefError.phpt')
-rw-r--r-- | Zend/tests/varSyntax/tempPropFetchByRefError.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/varSyntax/tempPropFetchByRefError.phpt b/Zend/tests/varSyntax/tempPropFetchByRefError.phpt index eaba8ad2c6..2f1b3a9cdb 100644 --- a/Zend/tests/varSyntax/tempPropFetchByRefError.phpt +++ b/Zend/tests/varSyntax/tempPropFetchByRefError.phpt @@ -8,7 +8,7 @@ $fn([0, 1]->prop); ?> --EXPECTF-- -Fatal error: Uncaught EngineException: Cannot use temporary expression in write context in %s:%d +Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d Stack trace: #0 {main} thrown in %s on line %d |