return_all        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) /* {{{ */
return_all        878 ext/pdo/pdo_stmt.c 				if (!return_all) {
return_all        891 ext/pdo/pdo_stmt.c 				if (!return_all) {
return_all        905 ext/pdo/pdo_stmt.c 					if (!return_all) {
return_all       1006 ext/pdo/pdo_stmt.c 		if (return_all && how != PDO_FETCH_KEY_PAIR) {
return_all       1035 ext/pdo/pdo_stmt.c 							zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(val), &tmp);
return_all       1038 ext/pdo/pdo_stmt.c 							zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STR(val), &tmp);
return_all       1176 ext/pdo/pdo_stmt.c 					if (return_all) {
return_all       1192 ext/pdo/pdo_stmt.c 		if (return_all) {
return_all       1194 ext/pdo/pdo_stmt.c 				zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), return_value);
return_all       1197 ext/pdo/pdo_stmt.c 				if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) {
return_all       1199 ext/pdo/pdo_stmt.c 					zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp);
return_all       1385 ext/pdo/pdo_stmt.c 	zval data, *return_all;
return_all       1500 ext/pdo/pdo_stmt.c 			return_all = return_value;
return_all       1502 ext/pdo/pdo_stmt.c 			return_all = 0;
return_all       1504 ext/pdo/pdo_stmt.c 		if (!do_fetch(stmt, 1, &data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all)) {
return_all       1510 ext/pdo/pdo_stmt.c 			while (do_fetch(stmt, 1, &data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all));
return_all       1512 ext/pdo/pdo_stmt.c 			while (do_fetch(stmt, 1, &data, how | flags, PDO_FETCH_ORI_NEXT, 0, return_all));