summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_038.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/closure_038.phpt')
-rw-r--r--Zend/tests/closure_038.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/closure_038.phpt b/Zend/tests/closure_038.phpt
index f3bcd831a9..6d659be910 100644
--- a/Zend/tests/closure_038.phpt
+++ b/Zend/tests/closure_038.phpt
@@ -55,12 +55,12 @@ Testing with scope as string
int(23)
int(24)
-Fatal error: Uncaught EngineException: Cannot access private property B::$x in %s:%d
+Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
Stack trace:
#0 %s(%d): Closure->{closure}()
#1 {main}
-Next EngineException: Cannot access private property B::$x in %s:%d
+Next Error: Cannot access private property B::$x in %s:%d
Stack trace:
#0 %s(%d): Closure->{closure}()
#1 {main}