summaryrefslogtreecommitdiff
path: root/Zend/tests/bug42817.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug42817.phpt')
-rw-r--r--Zend/tests/bug42817.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug42817.phpt b/Zend/tests/bug42817.phpt
index 46d01170a7..0c2c531169 100644
--- a/Zend/tests/bug42817.phpt
+++ b/Zend/tests/bug42817.phpt
@@ -6,7 +6,7 @@ $a = clone(null);
array_push($a->b, $c);
?>
--EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %sbug42817.php:2
+Fatal error: Uncaught EngineException: __clone method called on non-object in %sbug42817.php:2
Stack trace:
#0 {main}
thrown in %sbug42817.php on line 2