Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c765 if (!return_all) { in do_fetch()
778 if (!return_all) { in do_fetch()
801 if (!return_all) { in do_fetch()
902 if (return_all && how != PDO_FETCH_KEY_PAIR) { in do_fetch()
931 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(va… in do_fetch()
934 …zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STR(val),… in do_fetch()
1061 if (return_all) { in do_fetch()
1077 if (return_all) { in do_fetch()
1084 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1251 zval data, *return_all = NULL; in PHP_METHOD() local
[all …]

Completed in 9 milliseconds