Home
last modified time | relevance | path

Searched refs:php_mysqli_fetch_into_hash_aux (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/mysqli/
H A Dmysqli_result_iterator.c104 php_mysqli_fetch_into_hash_aux(&iterator->current_row, result, MYSQLI_ASSOC); in php_mysqli_result_iterator_move_forward()
H A Dphp_mysqli_structs.h151 extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetcht…
H A Dmysqli.c727 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 Dmysqli_nonapi.c394 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