summaryrefslogtreecommitdiff
path: root/Zend/tests/bug36071.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug36071.phpt')
-rw-r--r--Zend/tests/bug36071.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/tests/bug36071.phpt b/Zend/tests/bug36071.phpt
index e5146091e1..918cea83b2 100644
--- a/Zend/tests/bug36071.phpt
+++ b/Zend/tests/bug36071.phpt
@@ -8,4 +8,7 @@ $a = clone 0;
$a[0]->b = 0;
?>
--EXPECTF--
-Fatal error: __clone method called on non-object in %sbug36071.php on line 2 \ No newline at end of file
+Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %sbug36071.php:2
+Stack trace:
+#0 {main}
+ thrown in %sbug36071.php on line 2 \ No newline at end of file