Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c766 if (!return_all) { in do_fetch()
779 if (!return_all) { in do_fetch()
802 if (!return_all) { in do_fetch()
903 if (return_all && how != PDO_FETCH_KEY_PAIR) { in do_fetch()
932 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(va… in do_fetch()
935 …zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STR(val),… in do_fetch()
1062 if (return_all) { in do_fetch()
1078 if (return_all) { in do_fetch()
1085 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1252 zval data, *return_all = NULL; in PHP_METHOD() local
[all …]

Completed in 10 milliseconds