Home
last modified time | relevance | path

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

/php-src/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-src/ext/odbc/
H A Dodbc_arginfo.h274 ZEND_FUNCTION(odbc_fetch_into);
341 ZEND_FE(odbc_fetch_into, arginfo_odbc_fetch_into)
H A Dodbc.stub.php365 function odbc_fetch_into($statement, &$array, ?int $row = null): int|false {} function
H A Dphp_odbc.c1542 PHP_FUNCTION(odbc_fetch_into) in PHP_FUNCTION() argument
/php-src/
H A DUPGRADING399 odbc_fetch_into() now has a default value of null, consistent with

Completed in 20 milliseconds