Searched refs:fetchtype (Results 1 – 1 of 1) sorted by relevance
1092 long fetchtype; in php_mysqli_fetch_into_hash() local1119 fetchtype = MYSQLI_ASSOC; in php_mysqli_fetch_into_hash()1125 fetchtype = override_flags; in php_mysqli_fetch_into_hash()1127 fetchtype = MYSQLI_BOTH; in php_mysqli_fetch_into_hash()1135 if (fetchtype < MYSQLI_ASSOC || fetchtype > MYSQLI_BOTH) { in php_mysqli_fetch_into_hash()1145 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash()1195 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash()1198 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash()1199 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash()1205 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash()[all …]
Completed in 9 milliseconds