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