mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
For two reasons: First, it's generally cheaper to match a regex than perform a stat (especially on Windows). Second, it will not fail on concurrent modification of a directory in parts that are not matched by the pattern, such as the spurious failure in ext/zip/tests/bug72660.phpt.