]> granicus.if.org Git - php/commitdiff
Missing proto
authorRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 05:08:47 +0000 (05:08 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 05:08:47 +0000 (05:08 +0000)
ext/standard/dir.c
ext/standard/file.c

index 64070e72f20f03f25419116a80ecc64ab9629c4a..af7be9aab94036d479ce6d7b851af5b1e95bb0ac 100644 (file)
@@ -326,7 +326,7 @@ PHP_NAMED_FUNCTION(php_if_readdir)
 
 #ifdef HAVE_GLOB
 /* {{{ proto array glob(string pattern [, int flags])
-    */
+    Find pathnames matching a pattern */
 PHP_FUNCTION(glob)
 {
        char *pattern = NULL;
index e5ea504fc15540c80a42e01d03964ded47e09571..80de164ab88ea198a0fb02e6d0cc4214474513d8 100644 (file)
@@ -565,7 +565,7 @@ PHP_NAMED_FUNCTION(php_if_tmpfile)
 /* }}} */
 
 /* {{{ proto resource file_get_wrapper_data(resource fp)
- */
   Retrieves header/meta data from "wrapped" file pointers */
 PHP_FUNCTION(file_get_wrapper_data)
 {
        zval **arg1;