summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/tests/bug43128.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/bug43128.phpt b/Zend/tests/bug43128.phpt
index 629f46c594..65806fc5c4 100644
--- a/Zend/tests/bug43128.phpt
+++ b/Zend/tests/bug43128.phpt
@@ -15,5 +15,6 @@ eval("class $a {}");
if ($a instanceof $a); // Segmentation fault
new $a; // Segmentation fault
echo "ok\n";
+?>
--EXPECT--
ok