php_mysqli_fetch_into_hash  922 ext/mysqli/mysqli_api.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_NUM, 0);
php_mysqli_fetch_into_hash  166 ext/mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0);
php_mysqli_fetch_into_hash  174 ext/mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 0);
php_mysqli_fetch_into_hash  182 ext/mysqli/mysqli_nonapi.c 	php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQLI_ASSOC, 1);	
php_mysqli_fetch_into_hash  150 ext/mysqli/php_mysqli.h extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object);