Home
last modified time | relevance | path

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

/php-src/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));
43 Warning: odbc_fetch_row(): Argument #3 ($row) must be greater than or equal to 1 in %s on line %d
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.phpt21 var_dump(odbc_fetch_row($res));
41 var_dump(odbc_fetch_row($res));
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-src/ext/odbc/
H A Dodbc_arginfo.h275 ZEND_FUNCTION(odbc_fetch_row);
342 ZEND_FE(odbc_fetch_row, arginfo_odbc_fetch_row)
H A Dodbc.stub.php367 function odbc_fetch_row(Odbc\Result $statement, ?int $row = null): bool {} function
H A Dphp_odbc.c1674 PHP_FUNCTION(odbc_fetch_row) in PHP_FUNCTION() argument
/php-src/
H A DUPGRADING69 . odbc_fetch_row() returns false when a value less than or equal to 0 is
397 odbc_fetch_row(). Previously, the default values were -1, -1, and 0,

Completed in 32 milliseconds