Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c672 …h_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int do_bind) /* {{{ */ in do_fetch_common() argument
695 if (do_bind && stmt->bound_columns) { in do_fetch_common()
826 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch() argument
839 if (!do_fetch_common(stmt, ori, offset, do_bind)) { in do_fetch()

Completed in 9 milliseconds