]> granicus.if.org Git - php/commitdiff
protos
authorHannes Magnusson <bjori@php.net>
Mon, 2 Oct 2006 07:58:13 +0000 (07:58 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 2 Oct 2006 07:58:13 +0000 (07:58 +0000)
ext/posix/posix.c
ext/standard/basic_functions.c
ext/standard/html.c
ext/tidy/tidy.c

index 4d1d0be3712cd90fd2cbaa067b2343fcbf038855..c4c75c5f8af204cd05a2eb8bbceec279d1c0bf21 100644 (file)
@@ -1064,7 +1064,7 @@ PHP_FUNCTION(posix_strerror)
 #endif
 
 #ifdef HAVE_INITGROUPS
-/* {{{ proto bool initgroups(string name, int base_group_id)
+/* {{{ proto bool posix_initgroups(string name, int base_group_id)
    Calculate the group access list for the user specified in name. */
 PHP_FUNCTION(posix_initgroups)
 {
index 78bfea7ed9278219dd68147f294edbfa5fa44a56..720c532ae12ea56f9baeeedb1a6a9cd939e109c0 100644 (file)
@@ -6295,6 +6295,8 @@ PHP_FUNCTION(import_request_variables)
 /* }}} */
 
 #ifdef HAVE_GETLOADAVG
+/* {{{ proto array sys_getloadavg()
+ */
 PHP_FUNCTION(sys_getloadavg)
 {
        double load[3];
@@ -6308,6 +6310,7 @@ PHP_FUNCTION(sys_getloadavg)
                add_index_double(return_value, 2, load[2]);
        }
 }
+/* }}} */
 #endif
 
 
index 02b26081124d181633b53fa019967c112adad6a9..fdb0eb4fef17bb25c605da0162e96f924fc5fdb6 100644 (file)
@@ -1221,7 +1221,7 @@ PHP_FUNCTION(htmlspecialchars)
 }
 /* }}} */
 
-/* {{{ proto string htmlspecialchars(string string [, int quote_style])
+/* {{{ proto string htmlspecialchars_decode(string string [, int quote_style])
    Convert special HTML entities back to characters */
 PHP_FUNCTION(htmlspecialchars_decode)
 {
index 6d5221ef4c9b046b5680e8343904c94c2454747c..6668eeda6838f880d27e95cca65e5f6b642fe3d6 100644 (file)
@@ -1312,7 +1312,7 @@ static PHP_FUNCTION(tidy_is_xhtml)
 }
 /* }}} */
 
-/* {{{ proto boolean tidy_is_xhtml()
+/* {{{ proto boolean tidy_is_xml()
    Indicates if the document is a generic (non HTML/XHTML) XML document. */
 static PHP_FUNCTION(tidy_is_xml)
 {