mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
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.