Skip to content

Commit 4828fb7

Browse files
committed
Merge branch 'PHP-7.3'
* PHP-7.3: [ci skip] Update NEWS [ci skip] Update NEWS [ci skip] Update NEWS fix bug #77079
2 parents 6da3eac + 17df3a1 commit 4828fb7

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
@@ -1838,7 +1838,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
18381838
/* }}} */
18391839

18401840

1841-
/* {{{ proto object odbc_fetch_object(int result [, int rownumber])
1841+
/* {{{ proto object odbc_fetch_object(resource result [, int rownumber])
18421842
Fetch a result row as an object */
18431843
PHP_FUNCTION(odbc_fetch_object)
18441844
{
@@ -1849,7 +1849,7 @@ PHP_FUNCTION(odbc_fetch_object)
18491849
}
18501850
/* }}} */
18511851

1852-
/* {{{ proto array odbc_fetch_array(int result [, int rownumber])
1852+
/* {{{ proto array odbc_fetch_array(resource result [, int rownumber])
18531853
Fetch a result row as an associative array */
18541854
PHP_FUNCTION(odbc_fetch_array)
18551855
{

0 commit comments

Comments
 (0)