Home
last modified time | relevance | path

Searched refs:return_all (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pdo/
H A Dpdo_stmt.c755 if (!return_all) { in do_fetch()
768 if (!return_all) { in do_fetch()
791 if (!return_all) { in do_fetch()
892 if (return_all && how != PDO_FETCH_KEY_PAIR) { in do_fetch()
921 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(va… in do_fetch()
924 …zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STR(val),… in do_fetch()
1051 if (return_all) { in do_fetch()
1067 if (return_all) { in do_fetch()
1074 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1241 zval data, *return_all = NULL; in PHP_METHOD() local
[all …]

Completed in 9 milliseconds