Home
last modified time | relevance | path

Searched refs:odbc_fetch_into (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/odbc/tests/
H A Dodbc_fetch_into_001.phpt2 odbc_fetch_into(): Getting data from query
20 var_dump(odbc_fetch_into($res, $arr));
23 var_dump(odbc_fetch_into($res, $arr, 0));
26 var_dump(odbc_fetch_into($res, $arr, 2));
29 var_dump(odbc_fetch_into($res, $arr, 4));
H A Dbug44618.phpt26 odbc_fetch_into($result, $array);
56 Warning: odbc_fetch_into(): Cannot get data of column #3 (retcode 100) in %s on line %d
/PHP-8.4/ext/odbc/
H A Dodbc_arginfo.h264 ZEND_FUNCTION(odbc_fetch_into);
323 ZEND_FE(odbc_fetch_into, arginfo_odbc_fetch_into)
H A Dodbc.stub.php362 function odbc_fetch_into(Odbc\Result $statement, &$array, ?int $row = null): int|false {} function
H A Dphp_odbc.c1534 PHP_FUNCTION(odbc_fetch_into) in PHP_FUNCTION() argument
/PHP-8.4/
H A DUPGRADING656 odbc_fetch_into() now has a default value of null, consistent with

Completed in 23 milliseconds