]> granicus.if.org Git - php/commitdiff
- MFH: typo and inline doc fix
authorPierre Joye <pajoye@php.net>
Sun, 17 Aug 2008 14:32:41 +0000 (14:32 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 17 Aug 2008 14:32:41 +0000 (14:32 +0000)
ext/standard/tests/file/file.inc

index c241b7f40837d2de363c8d6021820e2feb432f0c..a18fd2ceb46a8e25d284ae093f6e47259f9dbf8d 100644 (file)
@@ -7,7 +7,7 @@
        delete_links() : delete links 
        fill_files()   : fill file with specified contents 
        change_file_perms() : Change permission of files 
-       fill_buffer()  : fills buffer with specified contents
+       fill_buffer()    : fill buffer with specified contents
        compare_self_stat() : compares the first 13 elements of the 
                             stat with the corresponding named key values of
                             the same stat.
@@ -80,7 +80,7 @@ function fill_buffer(&$buffer, $fill_type, $fill_size) {
 }
 
 /*
- Function : bool fill_file(resource $file_handle, string $fill_type, string $file_size);
+ Function : bool fill_file(resource $file_handle, string $fill_type, int $file_size);
  Description: Fills the file with data as specified with requested size.
    $file_handle = file handle, opened with write options,
    $fill_type: