summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt')
-rw-r--r--ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt b/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt
index b771d41781..395f016c9b 100644
--- a/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt
+++ b/ext/standard/tests/file/fseek_ftell_rewind_basic2-win32-mb.phpt
@@ -5,7 +5,6 @@ Test fseek(), ftell() & rewind() functions : basic functionality - all w and x m
if( substr(PHP_OS, 0, 3) != "WIN" )
die("skip.. only valid for Windows");
?>
-
--FILE--
<?php
/* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );