Searched refs:do_fetch_common (Results 1 – 1 of 1) sorted by relevance
672 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common() function839 if (!do_fetch_common(stmt, ori, offset, do_bind)) { in do_fetch()1362 if (!do_fetch_common(stmt, PDO_FETCH_ORI_NEXT, 0, TRUE)) { in PHP_METHOD()
Completed in 11 milliseconds