Searched refs:return_all (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/pdo/ |
| H A D | pdo_stmt.c | 854 enum pdo_fetch_type how, enum pdo_fetch_orientation ori, long offset, zval *return_all TSRMLS_DC) /* {{{ */ 898 if (!return_all) { 912 if (!return_all) { 926 if (!return_all) { 1028 if (return_all && how != PDO_FETCH_KEY_PAIR) { 1060 zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL_P(val), &tmp, sizeof(zval *), NULL); 1063 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); 1204 if (return_all) { 1424 zval *data, *return_all; local [all...] |
Completed in 4 milliseconds