Skip to content

Commit 8775bea

Browse files
Jon Allenpetk
Jon Allen
authored andcommitted
fix bug #77079
1 parent f1ceec5 commit 8775bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/odbc/php_odbc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
18451845
/* }}} */
18461846

18471847

1848-
/* {{{ proto object odbc_fetch_object(int result [, int rownumber])
1848+
/* {{{ proto object odbc_fetch_object(resource result [, int rownumber])
18491849
Fetch a result row as an object */
18501850
PHP_FUNCTION(odbc_fetch_object)
18511851
{
@@ -1856,7 +1856,7 @@ PHP_FUNCTION(odbc_fetch_object)
18561856
}
18571857
/* }}} */
18581858

1859-
/* {{{ proto array odbc_fetch_array(int result [, int rownumber])
1859+
/* {{{ proto array odbc_fetch_array(resource result [, int rownumber])
18601860
Fetch a result row as an associative array */
18611861
PHP_FUNCTION(odbc_fetch_array)
18621862
{

0 commit comments

Comments
 (0)