Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqli/
H A Dmysqli_result_iterator.c106 php_mysqli_fetch_into_hash_aux(&iterator->current_row, result, MYSQLI_ASSOC); in php_mysqli_result_iterator_move_forward()
H A Dphp_mysqli_structs.h217 extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetcht…
H A Dmysqli.c1148 void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, zend_long fetchtype) in php_mysqli_fetch_into_hash_aux() function
1273 php_mysqli_fetch_into_hash_aux(return_value, result, fetchtype); in php_mysqli_fetch_into_hash()

Completed in 11 milliseconds