Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqli/
H A Dmysqli.c1169 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1219 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()
1222 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1223 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()
1229 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()
1232 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()
1250 long fetchtype; in php_mysqli_fetch_into_hash() local
1270 fetchtype = MYSQLI_ASSOC; in php_mysqli_fetch_into_hash()
1276 fetchtype = override_flags; in php_mysqli_fetch_into_hash()
1278 fetchtype = MYSQLI_BOTH; in php_mysqli_fetch_into_hash()
[all …]
H A Dphp_mysqli_structs.h212 extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, long fetchtype T…

Completed in 12 milliseconds