pajoye Sun Aug 17 14:32:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/file file.inc Log: - MFH: typo and inline doc fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/file.inc?r1=1.1.2.6.2.1&r2=1.1.2.6.2.2&diff_format=u Index: php-src/ext/standard/tests/file/file.inc diff -u php-src/ext/standard/tests/file/file.inc:1.1.2.6.2.1 php-src/ext/standard/tests/file/file.inc:1.1.2.6.2.2 --- php-src/ext/standard/tests/file/file.inc:1.1.2.6.2.1 Sun Aug 17 11:04:16 2008 +++ php-src/ext/standard/tests/file/file.inc Sun Aug 17 14:32:41 2008 @@ -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 : 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:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php