mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
Fixing prototypes to match function names
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user