diff options
Diffstat (limited to 'ext/fbsql/php_fbsql.c')
-rw-r--r-- | ext/fbsql/php_fbsql.c | 6 |
1 files changed, 3 insertions, 3 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) { |