1
0
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:
Joe Watkins
2017-06-23 07:53:24 +01:00
+1 -1
View File
@@ -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