Skip to content

Commit cf84bf5

Browse files
committed
Merge branch 'fix-typo' of https://github.com/gustavotemple/php-src
2 parents cfc8b57 + 3e9a99d commit cf84bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/tests/bug43128.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ eval("class $a {}");
1515
if ($a instanceof $a); // Segmentation fault
1616
new $a; // Segmentation fault
1717
echo "ok\n";
18+
?>
1819
--EXPECT--
1920
ok

0 commit comments

Comments
 (0)