Skip to content

Commit

Permalink
fix bug #77079
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Allen authored and petk committed Oct 29, 2018
1 parent f1ceec5 commit 8775bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/odbc/php_odbc.c
Expand Up @@ -1845,7 +1845,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
/* }}} */


/* {{{ proto object odbc_fetch_object(int result [, int rownumber])
/* {{{ proto object odbc_fetch_object(resource result [, int rownumber])
Fetch a result row as an object */
PHP_FUNCTION(odbc_fetch_object)
{
Expand All @@ -1856,7 +1856,7 @@ PHP_FUNCTION(odbc_fetch_object)
}
/* }}} */

/* {{{ proto array odbc_fetch_array(int result [, int rownumber])
/* {{{ proto array odbc_fetch_array(resource result [, int rownumber])
Fetch a result row as an associative array */
PHP_FUNCTION(odbc_fetch_array)
{
Expand Down

0 comments on commit 8775bea

Please sign in to comment.