PHP_STREAM_FREE_IGNORE_ENCLOSING  329 main/streams/streams.c 		close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING);
PHP_STREAM_FREE_IGNORE_ENCLOSING  346 main/streams/streams.c 	if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING)
PHP_STREAM_FREE_IGNORE_ENCLOSING  390 main/streams/streams.c 		if ((stream->in_free == 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclosing_stream == NULL)) {
PHP_STREAM_FREE_IGNORE_ENCLOSING  402 main/streams/streams.c 			!(close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) &&