Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c870 if (!return_all) { in do_fetch()
883 if (!return_all) { in do_fetch()
897 if (!return_all) { in do_fetch()
998 if (return_all && how != PDO_FETCH_KEY_PAIR) { in do_fetch()
1027 …zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(va… in do_fetch()
1030 …zend_symtable_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STR(val),… in do_fetch()
1168 if (return_all) { in do_fetch()
1184 if (return_all) { in do_fetch()
1376 zval data, *return_all; in PHP_METHOD() local
1491 return_all = return_value; in PHP_METHOD()
[all …]

Completed in 9 milliseconds