Searched refs:odbc_fetch_into (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/odbc/tests/ |
H A D | odbc_fetch_into_001.phpt | 2 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 D | bug44618.phpt | 26 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 D | odbc_arginfo.h | 264 ZEND_FUNCTION(odbc_fetch_into); 323 ZEND_FE(odbc_fetch_into, arginfo_odbc_fetch_into)
|
H A D | odbc.stub.php | 365 function odbc_fetch_into($statement, &$array, ?int $row = null): int|false {} function
|
H A D | php_odbc.c | 1533 PHP_FUNCTION(odbc_fetch_into) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds