TEMP_STREAM_DEFAULT  179 ext/standard/php_fopen_wrapper.c 		return php_stream_temp_create(TEMP_STREAM_DEFAULT, max_memory);		
TEMP_STREAM_DEFAULT  183 ext/standard/php_fopen_wrapper.c 		return php_stream_memory_create(TEMP_STREAM_DEFAULT);
TEMP_STREAM_DEFAULT   37 main/php_memory_streams.h #define php_stream_temp_new() php_stream_temp_create(TEMP_STREAM_DEFAULT, PHP_STREAM_MAX_MEM)