mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fixing prototypes to match function names
This commit is contained in:
parent
699489d456
commit
251996bb79
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user