Searched refs:fetchtype (Results 1 – 2 of 2) sorted by relevance
1169 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() local1270 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 …]
212 extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, long fetchtype T…
Completed in 11 milliseconds