php_mysqli_fetch_into_hash 1189 mysqli/mysqli_api.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_NUM, 0);
php_mysqli_fetch_into_hash  352 mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0);
php_mysqli_fetch_into_hash  360 mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 0);
php_mysqli_fetch_into_hash  513 mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 1);
php_mysqli_fetch_into_hash   66 mysqli/mysqli_priv.h extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object);