diff options
Diffstat (limited to 'ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt')
-rw-r--r-- | ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt b/ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt index a56d50fab8..7bb5e2ae7d 100644 --- a/ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt +++ b/ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt @@ -7,16 +7,6 @@ if( substr(PHP_OS, 0, 3) == "WIN" ) ?> --FILE-- <?php -/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] ); - Description: Seeks on a file pointer - - Prototype: bool rewind ( resource $handle ); - Description: Rewind the position of a file pointer - - Prototype: int ftell ( resource $handle ); - Description: Tells file pointer read/write position -*/ - // include the file.inc for common functions for test include ("file.inc"); |