Searched refs:php_mysqli_fetch_into_hash (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_priv.h | 66 extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_ob…
|
H A D | mysqli_nonapi.c | 352 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0); 360 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 0); 437 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 1);
|
H A D | mysqli.c | 1088 void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags, int into_object) in php_mysqli_fetch_into_hash() function
|
H A D | mysqli_api.c | 1185 php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_NUM, 0);
|
Completed in 25 milliseconds