Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/tests/
H A Dimp_res_cursor.phpt54 function do_fetch($s)
60 do_fetch($item);
76 do_fetch($s);
H A Dimp_res_get_cursor.phpt54 function do_fetch($s)
60 do_fetch($item);
77 do_fetch($s1);
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c719 static bool do_fetch(pdo_stmt_t *stmt, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_… in do_fetch() function
1173 if (!do_fetch(stmt, return_value, how, ori, off, NULL)) { in PHP_METHOD()
1214 if (!do_fetch(stmt, return_value, PDO_FETCH_CLASS, PDO_FETCH_ORI_NEXT, /* offset */ 0, NULL)) { in PHP_METHOD()
1375 if (!do_fetch(stmt, &data, how | flags, PDO_FETCH_ORI_NEXT, /* offset */ 0, return_all)) { in PHP_METHOD()
1383 while (do_fetch(stmt, &data, how | flags, PDO_FETCH_ORI_NEXT, /* offset */ 0, return_all)); in PHP_METHOD()
1388 } while (do_fetch(stmt, &data, how | flags, PDO_FETCH_ORI_NEXT, /* offset */ 0, NULL)); in PHP_METHOD()
2204 if (!do_fetch(stmt, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_move_forwards()
2247 if (!do_fetch(stmt, &I->fetch_ahead, PDO_FETCH_USE_DEFAULT, in pdo_stmt_iter_get()

Completed in 13 milliseconds