diff options
Diffstat (limited to 'ext/standard/tests/file/fwrite_basic.phpt')
-rw-r--r-- | ext/standard/tests/file/fwrite_basic.phpt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/tests/file/fwrite_basic.phpt b/ext/standard/tests/file/fwrite_basic.phpt index 07af967a58..3b9d1158c9 100644 --- a/ext/standard/tests/file/fwrite_basic.phpt +++ b/ext/standard/tests/file/fwrite_basic.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"); |