Fixing prototypes to match function names

This commit is contained in:
Frank M. Kromann 2001-05-22 18:26:36 +00:00
parent 699489d456
commit 251996bb79
2 changed files with 4 additions and 4 deletions

View File

@ -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)
{

View File

@ -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)
{