Home
last modified time | relevance | path

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

/PHP-5.3/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()
1204 if (return_all) { in do_fetch()
1221 if (return_all) { in do_fetch()
1228 add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); in do_fetch()
1433 zval *data, *return_all; in PHP_METHOD() local
1545 return_all = return_value; in PHP_METHOD()
[all …]

Completed in 18 milliseconds