Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli_priv.h52 extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_ob…
H A Dmysqli_nonapi.c361 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0);
368 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 0);
525 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 1);
H A Dmysqli.c746 void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object) in php_mysqli_fetch_into_hash() function
H A Dmysqli_api.c777 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_NUM, 0); in PHP_FUNCTION()

Completed in 16 milliseconds