Home
last modified time | relevance | path

Searched refs:do_fetch (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/oci8/tests/
H A Dimp_res_cursor.phpt55 function do_fetch($s)
61 do_fetch($item);
77 do_fetch($s);
H A Dimp_res_get_cursor.phpt55 function do_fetch($s)
61 do_fetch($item);
78 do_fetch($s1);
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c718 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()
2201 if (!do_fetch(stmt, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_move_forwards()
2244 if (!do_fetch(stmt, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_get()

Completed in 16 milliseconds