summaryrefslogtreecommitdiff
path: root/Zend/tests/bug44141.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug44141.phpt')
-rw-r--r--Zend/tests/bug44141.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug44141.phpt b/Zend/tests/bug44141.phpt
index 021b4810f4..5ea737e46a 100644
--- a/Zend/tests/bug44141.phpt
+++ b/Zend/tests/bug44141.phpt
@@ -22,7 +22,7 @@ class Y extends X
$y = Y::cheat(5);
echo $y->x, PHP_EOL;
--EXPECTF--
-Fatal error: Uncaught EngineException: Call to private X::__construct() from context 'Y' in %sbug44141.php:15
+Fatal error: Uncaught Error: Call to private X::__construct() from context 'Y' in %sbug44141.php:15
Stack trace:
#0 %s(%d): Y::cheat(5)
#1 {main}