We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc8b57 + 3e9a99d commit cf84bf5Copy full SHA for cf84bf5
Zend/tests/bug43128.phpt
@@ -15,5 +15,6 @@ eval("class $a {}");
15
if ($a instanceof $a); // Segmentation fault
16
new $a; // Segmentation fault
17
echo "ok\n";
18
+?>
19
--EXPECT--
20
ok
0 commit comments