summaryrefslogtreecommitdiff
path: root/Zend/tests/bug68652.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug68652.phpt')
-rw-r--r--Zend/tests/bug68652.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug68652.phpt b/Zend/tests/bug68652.phpt
index f0a66ceb60..e86312ba63 100644
--- a/Zend/tests/bug68652.phpt
+++ b/Zend/tests/bug68652.phpt
@@ -36,7 +36,7 @@ class Bar {
$foo = new Foo();
?>
--EXPECTF--
-Fatal error: Uncaught EngineException: Access to undeclared static property: Bar::$instance in %sbug68652.php:%d
+Fatal error: Uncaught Error: Access to undeclared static property: Bar::$instance in %sbug68652.php:%d
Stack trace:
#0 %s(%d): Bar::getInstance()
#1 [internal function]: Foo->__destruct()