summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fwrite_basic-win32-mb.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fwrite_basic-win32-mb.phpt')
-rw-r--r--ext/standard/tests/file/fwrite_basic-win32-mb.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/tests/file/fwrite_basic-win32-mb.phpt b/ext/standard/tests/file/fwrite_basic-win32-mb.phpt
index 8dde247c43..5406f78f3c 100644
--- a/ext/standard/tests/file/fwrite_basic-win32-mb.phpt
+++ b/ext/standard/tests/file/fwrite_basic-win32-mb.phpt
@@ -8,14 +8,6 @@ if( substr(PHP_OS, 0, 3) != 'WIN' ) {
?>
--FILE--
<?php
-/*
- Prototype: int fwrite ( resource $handle,string string, [, int $length] );
- Description: fwrite() writes the contents of string to the file stream pointed to by handle.
- If the length arquement is given,writing will stop after length bytes have been
- written or the end of string reached, whichever comes first.
- fwrite() returns the number of bytes written or FALSE on error
-*/
-
// include the file.inc for Function: function delete_file($filename)
include ("file.inc");