Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c672 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common() function
837 if (!do_fetch_common(stmt, ori, offset, do_bind)) { in do_fetch()
1355 if (!do_fetch_common(stmt, PDO_FETCH_ORI_NEXT, 0, TRUE)) { in PHP_METHOD()

Completed in 14 milliseconds