summaryrefslogtreecommitdiff
path: root/tests/classes/static_properties_undeclared_read.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/static_properties_undeclared_read.phpt')
-rw-r--r--tests/classes/static_properties_undeclared_read.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/static_properties_undeclared_read.phpt b/tests/classes/static_properties_undeclared_read.phpt
index 13dc6ed748..658bc049ab 100644
--- a/tests/classes/static_properties_undeclared_read.phpt
+++ b/tests/classes/static_properties_undeclared_read.phpt
@@ -6,7 +6,7 @@ Class C {}
echo C::$p;
?>
--EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: C::$p' in %s:3
+Fatal error: Uncaught EngineException: Access to undeclared static property: C::$p in %s:3
Stack trace:
#0 {main}
thrown in %s on line 3