php_mysqli_fetch_into_hash 1265 ext/mysqli/mysqli_api.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_NUM, 0);
php_mysqli_fetch_into_hash  350 ext/mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0);
php_mysqli_fetch_into_hash  358 ext/mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 0);
php_mysqli_fetch_into_hash  511 ext/mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 1);
php_mysqli_fetch_into_hash   66 ext/mysqli/mysqli_priv.h extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object);