php_stream_temp_create_ex  234 ext/standard/php_fopen_wrapper.c 			input->body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
php_stream_temp_create_ex  282 main/SAPI.c    	SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
php_stream_temp_create_ex  587 main/streams/memory.c 	return php_stream_temp_create_ex(mode, max_memory_usage, NULL);