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.
1 parent 096938f commit d92675bCopy full SHA for d92675b
ext/phar/tests/bug77432.phpt
@@ -21,8 +21,6 @@ unset($phar);
21
echo "--- Include 1 ---\n";
22
include("phar://" . $filename);
23
echo "--- Include 2 ---\n";
24
-// Note: will warn because the halting offset is redefined, but won't display the name because "zend_mangle_property_name" starts the name with \0
25
-// However, this is just the easiest way to reproduce it, so go with this test.
26
27
echo "--- After unlink ---\n";
28
unlink($filename);
0 commit comments