mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
30f9c47d61
gzeof has different semantics from feof, in that gzeof will return true if the read position is at EOF, even if the most recent read was 100% successful. feof will return true only (usually) if the most recent fread failed.