Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqli/
H A Dmysqli.c1160 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1199 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()
1202 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1203 if (fetchtype & MYSQLI_NUM && Z_REFCOUNTED(res)) { in php_mysqli_fetch_into_hash_aux()
1209 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()
1212 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1229 zend_long fetchtype; in php_mysqli_fetch_into_hash() local
1252 fetchtype = MYSQLI_ASSOC; in php_mysqli_fetch_into_hash()
1258 fetchtype = override_flags; in php_mysqli_fetch_into_hash()
1260 fetchtype = MYSQLI_BOTH; in php_mysqli_fetch_into_hash()
[all …]
H A Dphp_mysqli_structs.h217 …n void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype);

Completed in 10 milliseconds