Searched refs:do_fetch (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | imp_res_cursor.phpt | 55 function do_fetch($s) 61 do_fetch($item); 77 do_fetch($s);
|
H A D | imp_res_get_cursor.phpt | 55 function do_fetch($s) 61 do_fetch($item); 78 do_fetch($s1);
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_stmt.c | 718 static bool do_fetch(pdo_stmt_t *stmt, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_… in do_fetch() function 1172 if (!do_fetch(stmt, return_value, how, ori, off, NULL)) { in PHP_METHOD() 1213 if (!do_fetch(stmt, return_value, PDO_FETCH_CLASS, PDO_FETCH_ORI_NEXT, /* offset */ 0, NULL)) { in PHP_METHOD() 1374 if (!do_fetch(stmt, &data, how | flags, PDO_FETCH_ORI_NEXT, /* offset */ 0, return_all)) { in PHP_METHOD() 1382 while (do_fetch(stmt, &data, how | flags, PDO_FETCH_ORI_NEXT, /* offset */ 0, return_all)); in PHP_METHOD() 1387 } while (do_fetch(stmt, &data, how | flags, PDO_FETCH_ORI_NEXT, /* offset */ 0, NULL)); in PHP_METHOD() 2218 if (!do_fetch(stmt, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_move_forwards() 2261 if (!do_fetch(stmt, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_get()
|
Completed in 13 milliseconds