diff options
Diffstat (limited to 'ext/standard/tests/file/feof_basic.phpt')
-rw-r--r-- | ext/standard/tests/file/feof_basic.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/file/feof_basic.phpt b/ext/standard/tests/file/feof_basic.phpt index 0711a3468d..a263bf1fbe 100644 --- a/ext/standard/tests/file/feof_basic.phpt +++ b/ext/standard/tests/file/feof_basic.phpt @@ -4,12 +4,6 @@ Test feof() function : basic functionality Dave Kelsey <d_kelsey@uk.ibm.com> --FILE-- <?php -/* Prototype : proto bool feof(resource fp) - * Description: Test for end-of-file on a file pointer - * Source code: ext/standard/file.c - * Alias to functions: gzeof - */ - echo "*** Testing feof() : basic functionality ***\n"; $tmpFile1 = __FILE__.".tmp1"; $h = fopen($tmpFile1, 'wb'); |