Searched refs:do_fetch_common (Results 1 – 1 of 1) sorted by relevance
567 static bool do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* … in do_fetch_common() function732 if (!do_fetch_common(stmt, ori, offset)) { in do_fetch()1238 if (!do_fetch_common(stmt, PDO_FETCH_ORI_NEXT, 0)) { in PHP_METHOD()
Completed in 15 milliseconds