mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: fix method "eof"
This commit is contained in:
@@ -54,7 +54,7 @@ class SplFileObject extends SplFileInfo implements RecursiveIterator, SeekableIt
|
||||
*/
|
||||
function eof()
|
||||
{
|
||||
return eof($this->fp);
|
||||
return feof($this->fp);
|
||||
}
|
||||
|
||||
/** increase current line number
|
||||
|
||||
Reference in New Issue
Block a user