]> granicus.if.org Git - php/commitdiff
proto fix
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 16 Sep 2003 19:45:22 +0000 (19:45 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 16 Sep 2003 19:45:22 +0000 (19:45 +0000)
ext/imap/php_imap.c
ext/interbase/interbase.c
ext/mysqli/mysqli_api.c
ext/mysqli/mysqli_nonapi.c

index 1c8d2a19d5498d2c820c02645bb6063ac78dc29c..385ddedf8c91c9280d69d1fa92c6a2a43dc223cb 100644 (file)
@@ -983,7 +983,7 @@ PHP_FUNCTION(imap_setacl)
 /* }}} */
 
 
-/* {{{ proto array imap_get_quota(int stream_id, string mailbox)
+/* {{{ proto array imap_getacl(int stream_id, string mailbox)
        Gets the ACL for a given mailbox */
 PHP_FUNCTION(imap_getacl)
 {
index 04baa45756ea6ac4a63aec29eba637d158ea3cc8..479c74b5c64ff4031d3ab187d0819c07bb049e17 100644 (file)
@@ -2505,7 +2505,8 @@ PHP_FUNCTION(ibase_affected_rows)
 }
 /* }}} */
 
-/* {{{ ibase_num_rows( resource result_identifier ) */
+/* {{{ proto ibase_num_rows( resource result_identifier ) 
+ */
 #if abies_0
 PHP_FUNCTION(ibase_num_rows) 
 {
index 7d96c846b77b75370544e6f45db8b5abf09cf24a..3331e15698d4592e829bf567e969ad43a7c07161 100644 (file)
@@ -1852,7 +1852,7 @@ PHP_FUNCTION(mysqli_stmt_store_result)
 }
 /* }}} */
 
-/* {{{ proto string mysqli_stmt_error(object stmt)
+/* {{{ proto string mysqli_stmt_sqlstate(object stmt)
 */
 #if MYSQL_VERSION_ID >= 40101
 PHP_FUNCTION(mysqli_stmt_sqlstate) 
index 6d43be176887d038724ae37711b06a3b4b0dfd19..610c24e2cdef94f10a0715a1a2ba4d193dcf345f 100644 (file)
@@ -100,7 +100,7 @@ PHP_FUNCTION(mysqli_connect)
 }
 /* }}} */
 
-/* {{{ proto int mysqli_connct_errno()
+/* {{{ proto int mysqli_connect_errno()
    Returns the numerical value of the error message from last connect command */
 PHP_FUNCTION(mysqli_connect_errno)
 {