summaryrefslogtreecommitdiff
path: root/Zend/tests/dynamic_call_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/dynamic_call_001.phpt')
-rw-r--r--Zend/tests/dynamic_call_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/dynamic_call_001.phpt b/Zend/tests/dynamic_call_001.phpt
index 44df985e64..c3c92e07cf 100644
--- a/Zend/tests/dynamic_call_001.phpt
+++ b/Zend/tests/dynamic_call_001.phpt
@@ -16,7 +16,7 @@ $a::$a();
--EXPECTF--
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in %s on line %d
-Fatal error: Uncaught exception 'Error' with message 'Non-static method foo::foo() cannot be called statically' in %s:%d
+Fatal error: Uncaught EngineException: Non-static method foo::foo() cannot be called statically in %s:%d
Stack trace:
#0 {main}
thrown in %s on line %d