1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00

some protos where missing proto keyword

This commit is contained in:
Hartmut Holzgraefe
2000-05-23 22:19:29 +00:00
parent 83d987b48d
commit 7a0855aeb5

View File

@@ -1034,7 +1034,7 @@ static void php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS)
result->cur_row++;
}
/* {{{ object mssql_fetch_object(int result_id)
/* {{{ proto object mssql_fetch_object(int result_id)
Returns a psuedo-object of the current row in the result set specified by result_id */
PHP_FUNCTION(mssql_fetch_object)
{
@@ -1046,7 +1046,7 @@ PHP_FUNCTION(mssql_fetch_object)
/* }}} */
/* {{{ array mssql_fetch_array(int result_id)
/* {{{ proto array mssql_fetch_array(int result_id)
Returns an associative array of the current row in the result set specified by result_id */
PHP_FUNCTION(mssql_fetch_array)
{