Searched refs:odbc_fetch_row (Results 1 – 15 of 15) sorted by relevance
/PHP-8.4/ext/odbc/tests/ |
H A D | odbc_fetch_row_001.phpt | 2 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 D | odbc_tables_001.phpt | 15 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 D | odbc_columnprivileges_001.phpt | 15 var_dump(odbc_fetch_row($result)); 18 var_dump(odbc_fetch_row($result)); 21 var_dump(odbc_fetch_row($result));
|
H A D | odbc_free_result_001.phpt | 21 var_dump(odbc_fetch_row($res)); 41 var_dump(odbc_fetch_row($res));
|
H A D | odbc_longreadlen_001.phpt | 18 odbc_fetch_row($res);
|
H A D | odbc_exec_002.phpt | 19 var_dump(odbc_fetch_row($res));
|
H A D | bug80147.phpt | 18 odbc_fetch_row($res);
|
H A D | bug69354.phpt | 20 if (odbc_fetch_row($res)) {
|
H A D | bug68087.phpt | 23 while(odbc_fetch_row($res)) {
|
H A D | bug44618.phpt | 31 odbc_fetch_row($result);
|
H A D | bug60616.phpt | 44 while(odbc_fetch_row($res)) {
|
/PHP-8.4/ext/odbc/ |
H A D | odbc_arginfo.h | 265 ZEND_FUNCTION(odbc_fetch_row); 324 ZEND_FE(odbc_fetch_row, arginfo_odbc_fetch_row)
|
H A D | odbc.stub.php | 364 function odbc_fetch_row(Odbc\Result $statement, ?int $row = null): bool {} function
|
H A D | php_odbc.c | 1673 PHP_FUNCTION(odbc_fetch_row) in PHP_FUNCTION() argument
|
/PHP-8.4/ |
H A D | UPGRADING | 99 . odbc_fetch_row() now emits a warning when a value less than or equal to 0 is 657 odbc_fetch_row(). Previously, the default values were -1, -1, and 0,
|
Completed in 34 milliseconds