mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[ci skip] Fix comment after a3de2ce9
This commit is contained in:
@@ -21,8 +21,6 @@ unset($phar);
|
||||
echo "--- Include 1 ---\n";
|
||||
include("phar://" . $filename);
|
||||
echo "--- Include 2 ---\n";
|
||||
// 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
|
||||
// However, this is just the easiest way to reproduce it, so go with this test.
|
||||
include("phar://" . $filename);
|
||||
echo "--- After unlink ---\n";
|
||||
unlink($filename);
|
||||
|
||||
Reference in New Issue
Block a user