Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c878 if (!return_all) { in do_fetch()
891 if (!return_all) { in do_fetch()
905 if (!return_all) { in do_fetch()
1006 if (return_all && how != PDO_FETCH_KEY_PAIR) { in do_fetch()
1035 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(va… in do_fetch()
1038 …zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STR(val),… in do_fetch()
1176 if (return_all) { in do_fetch()
1192 if (return_all) { in do_fetch()
1384 zval data, *return_all; in PHP_METHOD() local
1499 return_all = return_value; in PHP_METHOD()
[all …]

Completed in 17 milliseconds