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

index 1955c1d07278611168d6c29f42b98e98a9df6aeb..a63da8bd9ae1ae60b76d975ab1b769f03c191b81 100644 (file)
@@ -1058,7 +1058,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 0749d92e9259f0f9d6aa25e46d37627967919f01..1e0317844e63b84f56d169d38a07a87b94d120ac 100644 (file)
@@ -6317,6 +6317,8 @@ PHP_FUNCTION(import_request_variables)
 /* }}} */
 
 #ifdef HAVE_GETLOADAVG
+/* {{{ proto array sys_getloadavg()
+*/
 PHP_FUNCTION(sys_getloadavg)
 {
        double load[3];
@@ -6330,6 +6332,7 @@ PHP_FUNCTION(sys_getloadavg)
                add_index_double(return_value, 2, load[2]);
        }
 }
+/* }}} */
 #endif
 
 
index 44178a6d1f97f5dfbb94c7a4b32f2abe9270b020..f276fa9f10b1b0428eff40a4aa903f710d5b6ebf 100644 (file)
@@ -1223,7 +1223,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 3b1bf65bc10faff26e5327bc043a4a08175e2481..57fe0c8377c2bfc8c82d66c7d551137150fb90c9 100644 (file)
@@ -1387,7 +1387,7 @@ static PHP_FUNCTION(tidy_is_xhtml)
 }
 /* }}} */
 
-/* {{{ proto bool tidy_is_xhtml() U
+/* {{{ proto bool tidy_is_xml() U
    Indicates if the document is a generic (non HTML/XHTML) XML document. */
 static PHP_FUNCTION(tidy_is_xml)
 {