summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt')
-rw-r--r--ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt b/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt
index 2674fb7697..a841e365e3 100644
--- a/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt
+++ b/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.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");