]> granicus.if.org Git - php/commitdiff
Fixing prototypes to match function names
authorFrank M. Kromann <fmk@php.net>
Tue, 22 May 2001 18:26:36 +0000 (18:26 +0000)
committerFrank M. Kromann <fmk@php.net>
Tue, 22 May 2001 18:26:36 +0000 (18:26 +0000)
ext/fbsql/php_fbsql.c
ext/odbc/php_odbc.c

index e3899e4d2180799565532032e01ba9ad16f4b4f7..8ef0c90b46ce57c6eecd5e17fc4f2fc3088ef3c9 100644 (file)
@@ -2007,7 +2007,7 @@ PHP_FUNCTION(fbsql_errno)
 /* }}} */
 
 
-/* {{{ proto bool fbsql_generate_warnings([int flag]);
+/* {{{ proto bool fbsql_warnings([int flag]);
        */
 PHP_FUNCTION(fbsql_warnings)
 {
@@ -2975,7 +2975,7 @@ PHP_FUNCTION(fbsql_field_table)
 /* }}} */
 
 
-/* {{{ proto string fbsql_field_lene(int result, int field_index)
+/* {{{ proto string fbsql_field_len(int result, int field_index)
        */
 PHP_FUNCTION(fbsql_field_len)
 {
@@ -3090,7 +3090,7 @@ PHP_FUNCTION(fbsql_field_type)
 /* }}} */
 
 
-/* {{{ proto string string fbsql_field_flags(int result[, int field_index])
+/* {{{ proto string fbsql_field_flags(int result[, int field_index])
        */
 PHP_FUNCTION(fbsql_field_flags)
 {
index 06af9a029e44bf7035632ca73b20c1fddf738f2a..d40867dd1fc81b056bd53d969f862741040450b1 100644 (file)
@@ -2225,7 +2225,7 @@ PHP_FUNCTION(odbc_num_rows)
 }
 /* }}} */
 
-/* {{{ proto bool next_result(int result_id)
+/* {{{ proto bool odbc_next_result(int result_id)
    Checks if multiple results are avaiable */
 PHP_FUNCTION(odbc_next_result)
 {