summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fwrite_variation4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fwrite_variation4.phpt')
-rw-r--r--ext/standard/tests/file/fwrite_variation4.phpt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/tests/file/fwrite_variation4.phpt b/ext/standard/tests/file/fwrite_variation4.phpt
index bbf5602a20..207cc53821 100644
--- a/ext/standard/tests/file/fwrite_variation4.phpt
+++ b/ext/standard/tests/file/fwrite_variation4.phpt
@@ -8,15 +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
-*/
-
-
echo "*** Testing fwrite() various operations ***\n";
// include the file.inc for Function: function delete_file($filename)