Searched refs:do_bind (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pdo/ |
H A D | pdo_stmt.c | 678 …h_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int do_bind) /* {{{ */ in do_fetch_common() argument 701 if (do_bind && stmt->bound_columns) { in do_fetch_common() 834 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch() argument 847 if (!do_fetch_common(stmt, ori, offset, do_bind)) { in do_fetch()
|
Completed in 12 milliseconds