Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c898 if (!return_all) { in do_fetch()
912 if (!return_all) { in do_fetch()
926 if (!return_all) { in do_fetch()
1028 if (return_all && how != PDO_FETCH_KEY_PAIR) { in do_fetch()
1060 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL_P(… in do_fetch()
1202 if (return_all) { in do_fetch()
1219 if (return_all) { in do_fetch()
1226 add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); in do_fetch()
1415 zval *data, *return_all; in PHP_METHOD() local
1527 return_all = return_value; in PHP_METHOD()
[all …]

Completed in 27 milliseconds