From d92675b6c1e77bf5c97cfaa01b5d5cf61910eff3 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:33:23 +0200 Subject: [PATCH] [ci skip] Fix comment after a3de2ce9 --- ext/phar/tests/bug77432.phpt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/phar/tests/bug77432.phpt b/ext/phar/tests/bug77432.phpt index 3e3a9988c7dca..86a07fe99a4e9 100644 --- a/ext/phar/tests/bug77432.phpt +++ b/ext/phar/tests/bug77432.phpt @@ -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);