From 251996bb79b4fe0ec59f9fade2c2ca76f00ebbcb Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 22 May 2001 18:26:36 +0000 Subject: Fixing prototypes to match function names --- ext/fbsql/php_fbsql.c | 6 +++--- ext/odbc/php_odbc.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ext') 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) { -- cgit v1.2.1