Searched refs:php_mysqli_fetch_into_hash_aux (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/mysqli/ |
H A D | mysqli_result_iterator.c | 104 php_mysqli_fetch_into_hash_aux(&iterator->current_row, result, MYSQLI_ASSOC); in php_mysqli_result_iterator_move_forward()
|
H A D | php_mysqli_structs.h | 151 extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetcht…
|
H A D | mysqli.c | 727 void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype) in php_mysqli_fetch_into_hash_aux() function 786 php_mysqli_fetch_into_hash_aux(return_value, result, fetchtype); in php_mysqli_fetch_into_hash()
|
H A D | mysqli_nonapi.c | 394 php_mysqli_fetch_into_hash_aux(&row_array, result, MYSQLI_NUM); 427 php_mysqli_fetch_into_hash_aux(&row, result, mode);
|
Completed in 12 milliseconds