Searched refs:fetchtype (Results 1 – 2 of 2) sorted by relevance
1163 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()1202 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()1205 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()1206 if (fetchtype & MYSQLI_NUM && Z_REFCOUNTED(res)) { in php_mysqli_fetch_into_hash_aux()1212 if (fetchtype & MYSQLI_NUM) { in php_mysqli_fetch_into_hash_aux()1215 if (fetchtype & MYSQLI_ASSOC) { in php_mysqli_fetch_into_hash_aux()1232 zend_long fetchtype; in php_mysqli_fetch_into_hash() local1255 fetchtype = MYSQLI_ASSOC; in php_mysqli_fetch_into_hash()1261 fetchtype = override_flags; in php_mysqli_fetch_into_hash()1263 fetchtype = MYSQLI_BOTH; in php_mysqli_fetch_into_hash()[all …]
217 …n void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype);
Completed in 9 milliseconds