Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c568 static bool do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* … in do_fetch_common() function
733 if (!do_fetch_common(stmt, ori, offset)) { in do_fetch()
1239 if (!do_fetch_common(stmt, PDO_FETCH_ORI_NEXT, 0)) { in PHP_METHOD()

Completed in 12 milliseconds