Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c886 if (!return_all) { in do_fetch()
900 if (!return_all) { in do_fetch()
914 if (!return_all) { in do_fetch()
1016 if (return_all && how != PDO_FETCH_KEY_PAIR) { in do_fetch()
1048 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL_P(… in do_fetch()
1190 if (return_all) { in do_fetch()
1207 if (return_all) { in do_fetch()
1214 add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); in do_fetch()
1403 zval *data, *return_all; in PHP_METHOD() local
1515 return_all = return_value; in PHP_METHOD()
[all …]

Completed in 8 milliseconds