mode_rw           178 ext/standard/php_fopen_wrapper.c 	int mode_rw = 0;
mode_rw           203 ext/standard/php_fopen_wrapper.c 			mode_rw = TEMP_STREAM_DEFAULT;
mode_rw           205 ext/standard/php_fopen_wrapper.c 			mode_rw = TEMP_STREAM_READONLY;
mode_rw           207 ext/standard/php_fopen_wrapper.c 		return php_stream_temp_create(mode_rw, max_memory);
mode_rw           212 ext/standard/php_fopen_wrapper.c 			mode_rw = TEMP_STREAM_DEFAULT;
mode_rw           214 ext/standard/php_fopen_wrapper.c 			mode_rw = TEMP_STREAM_READONLY;
mode_rw           216 ext/standard/php_fopen_wrapper.c 		return php_stream_memory_create(mode_rw);
mode_rw           348 ext/standard/php_fopen_wrapper.c 			mode_rw |= PHP_STREAM_FILTER_READ;
mode_rw           351 ext/standard/php_fopen_wrapper.c 			mode_rw |= PHP_STREAM_FILTER_WRITE;
mode_rw           375 ext/standard/php_fopen_wrapper.c 				php_stream_apply_filter_list(stream, p, mode_rw & PHP_STREAM_FILTER_READ, mode_rw & PHP_STREAM_FILTER_WRITE);