Home
last modified time | relevance | path

Searched refs:odbc_fetch_row (Results 1 – 14 of 14) sorted by relevance

/PHP-8.3/ext/odbc/tests/
H A Dodbc_fetch_row_001.phpt2 odbc_fetch_row(): Getting data from query
20 var_dump(odbc_fetch_row($res, 0));
22 var_dump(odbc_fetch_row($res, null));
25 var_dump(odbc_fetch_row($res, null));
28 var_dump(odbc_fetch_row($res, 2));
31 var_dump(odbc_fetch_row($res, 4));
H A Dodbc_tables_001.phpt15 var_dump(odbc_fetch_row($result));
18 var_dump(odbc_fetch_row($result));
22 var_dump(odbc_fetch_row($result));
26 var_dump(odbc_fetch_row($result));
H A Dodbc_columnprivileges_001.phpt15 var_dump(odbc_fetch_row($result));
18 var_dump(odbc_fetch_row($result));
21 var_dump(odbc_fetch_row($result));
H A Dodbc_free_result_001.phpt20 var_dump(odbc_fetch_row($res));
29 var_dump(odbc_fetch_row($res));
50 odbc_fetch_row(): supplied resource is not a valid ODBC result resource
H A Dodbc_exec_002.phpt19 var_dump(odbc_fetch_row($res));
H A Dodbc_longreadlen_001.phpt18 odbc_fetch_row($res);
H A Dbug80147.phpt18 odbc_fetch_row($res);
H A Dbug69354.phpt20 if (odbc_fetch_row($res)) {
H A Dbug68087.phpt23 while(odbc_fetch_row($res)) {
H A Dbug44618.phpt31 odbc_fetch_row($result);
H A Dbug60616.phpt44 while(odbc_fetch_row($res)) {
/PHP-8.3/ext/odbc/
H A Dodbc_arginfo.h276 ZEND_FUNCTION(odbc_fetch_row);
344 ZEND_FE(odbc_fetch_row, arginfo_odbc_fetch_row)
H A Dodbc.stub.php368 function odbc_fetch_row($statement, ?int $row = null): bool {} function
H A Dphp_odbc.c1608 PHP_FUNCTION(odbc_fetch_row) in PHP_FUNCTION() argument

Completed in 26 milliseconds