Searched refs:do_fetch (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/oci8/tests/ |
H A D | imp_res_cursor.phpt | 53 function do_fetch($s) 59 do_fetch($item); 75 do_fetch($s);
|
H A D | imp_res_get_cursor.phpt | 53 function do_fetch($s) 59 do_fetch($item); 76 do_fetch($s1);
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_stmt.c | 826 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch() function 1277 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0)) { in PHP_METHOD() 1332 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0)) { in PHP_METHOD() 1495 if (!do_fetch(stmt, 1, &data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all)) { in PHP_METHOD() 1501 while (do_fetch(stmt, 1, &data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all)); in PHP_METHOD() 1503 while (do_fetch(stmt, 1, &data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all)); in PHP_METHOD() 1508 } while (do_fetch(stmt, 1, &data, how | flags, PDO_FETCH_ORI_NEXT, 0, 0)); in PHP_METHOD() 2432 if (!do_fetch(stmt, TRUE, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_move_forwards() 2469 if (!do_fetch(stmt, 1, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_get()
|
Completed in 12 milliseconds