From: Rasmus Lerdorf Date: Tue, 13 Aug 2002 05:08:47 +0000 (+0000) Subject: Missing proto X-Git-Tag: php-4.3.0dev_zend2_alpha3~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b025bb102320de275152cca2af0f958a7cb6f277;p=php Missing proto --- diff --git a/ext/standard/dir.c b/ext/standard/dir.c index 64070e72f2..af7be9aab9 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -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; diff --git a/ext/standard/file.c b/ext/standard/file.c index e5ea504fc1..80de164ab8 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -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;