summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fseek_ftell_rewind_error3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fseek_ftell_rewind_error3.phpt')
-rw-r--r--ext/standard/tests/file/fseek_ftell_rewind_error3.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/standard/tests/file/fseek_ftell_rewind_error3.phpt b/ext/standard/tests/file/fseek_ftell_rewind_error3.phpt
index e698bca463..f4212ec71b 100644
--- a/ext/standard/tests/file/fseek_ftell_rewind_error3.phpt
+++ b/ext/standard/tests/file/fseek_ftell_rewind_error3.phpt
@@ -3,16 +3,6 @@ Test fseek(), ftell() & rewind() functions : error conditions - rewind()
--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
-*/
-
echo "*** Testing rewind() : error conditions ***\n";
// rewind on a file handle which is already closed