mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
168750bf3e
When a tar phar is created, `phar_open_from_fp()` is also called, but since the file has just been created, none of the format checks can succeed, so we continue to loop, but must not check again for the format. Therefore, we bring back the old `test` variable. Closes GH-9620.