return_all 842 ext/pdo/pdo_stmt.c enum pdo_fetch_type how, enum pdo_fetch_orientation ori, long offset, zval *return_all TSRMLS_DC) /* {{{ */ return_all 886 ext/pdo/pdo_stmt.c if (!return_all) { return_all 900 ext/pdo/pdo_stmt.c if (!return_all) { return_all 914 ext/pdo/pdo_stmt.c if (!return_all) { return_all 1016 ext/pdo/pdo_stmt.c if (return_all && how != PDO_FETCH_KEY_PAIR) { return_all 1048 ext/pdo/pdo_stmt.c zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL_P(val), &tmp, sizeof(zval *), NULL); return_all 1051 ext/pdo/pdo_stmt.c zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STRVAL_P(val), Z_STRLEN_P(val) + 1, &tmp, sizeof(zval *), NULL); return_all 1190 ext/pdo/pdo_stmt.c if (return_all) { return_all 1207 ext/pdo/pdo_stmt.c if (return_all) { return_all 1209 ext/pdo/pdo_stmt.c add_assoc_zval(return_all, Z_STRVAL(grp_val), return_value); return_all 1211 ext/pdo/pdo_stmt.c if (zend_symtable_find(Z_ARRVAL_P(return_all), Z_STRVAL(grp_val), Z_STRLEN(grp_val)+1, (void**)&pgrp) == FAILURE) { return_all 1214 ext/pdo/pdo_stmt.c add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); return_all 1403 ext/pdo/pdo_stmt.c zval *data, *return_all; return_all 1515 ext/pdo/pdo_stmt.c return_all = return_value; return_all 1517 ext/pdo/pdo_stmt.c return_all = 0; return_all 1519 ext/pdo/pdo_stmt.c if (!do_fetch(stmt, TRUE, data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all TSRMLS_CC)) { return_all 1528 ext/pdo/pdo_stmt.c } while (do_fetch(stmt, TRUE, data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all TSRMLS_CC)); return_all 1530 ext/pdo/pdo_stmt.c while (do_fetch(stmt, TRUE, data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all TSRMLS_CC));