do_bind 678 ext/pdo/pdo_stmt.c static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int do_bind) /* {{{ */ do_bind 701 ext/pdo/pdo_stmt.c if (do_bind && stmt->bound_columns) { do_bind 834 ext/pdo/pdo_stmt.c static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_long offset, zval *return_all) /* {{{ */ do_bind 847 ext/pdo/pdo_stmt.c if (!do_fetch_common(stmt, ori, offset, do_bind)) {