summaryrefslogtreecommitdiff
path: root/Zend/tests
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-12-17 11:52:42 +0800
committerXinchen Hui <laruence@php.net>2014-12-17 11:52:42 +0800
commitcf84bf53ea13ef70dd6145a743e093b0d3156332 (patch)
tree1a6c26e3d4e4bb68ff85028bece6ed071a5d9130 /Zend/tests
parentcfc8b57342542ab31795cf880ab638b9ca9bacff (diff)
parent3e9a99de80c382f37141d36a700bf5aa3bf3ad28 (diff)
downloadphp-git-cf84bf53ea13ef70dd6145a743e093b0d3156332.tar.gz
Merge branch 'fix-typo' of https://github.com/gustavotemple/php-src
Diffstat (limited to 'Zend/tests')
-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