diff options
-rw-r--r-- | ext/fbsql/php_fbsql.c | 6 | ||||
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index e3899e4d21..8ef0c90b46 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -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) { diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 06af9a029e..d40867dd1f 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -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) { |