Skip to content

Commit d92675b

Browse files
committed
[ci skip] Fix comment after a3de2ce
1 parent 096938f commit d92675b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/phar/tests/bug77432.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ unset($phar);
2121
echo "--- Include 1 ---\n";
2222
include("phar://" . $filename);
2323
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.
2624
include("phar://" . $filename);
2725
echo "--- After unlink ---\n";
2826
unlink($filename);

0 commit comments

Comments
 (0)