summaryrefslogtreecommitdiff
path: root/Zend/tests/bug64720.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug64720.phpt')
-rw-r--r--Zend/tests/bug64720.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug64720.phpt b/Zend/tests/bug64720.phpt
index fd71d6bdd6..20fceff7fd 100644
--- a/Zend/tests/bug64720.phpt
+++ b/Zend/tests/bug64720.phpt
@@ -45,7 +45,7 @@ $bar = new Bar();
$bar->test();
?>
--EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: Stat::$requests' in %sbug64720.php:12
+Fatal error: Uncaught EngineException: Access to undeclared static property: Stat::$requests in %sbug64720.php:12
Stack trace:
#0 [internal function]: Stat->__destruct()
#1 {main}