PHP_STREAM_FREE_IGNORE_ENCLOSING  352 main/streams/streams.c 		close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING TSRMLS_CC);
PHP_STREAM_FREE_IGNORE_ENCLOSING  369 main/streams/streams.c 	if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING)
PHP_STREAM_FREE_IGNORE_ENCLOSING  412 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  424 main/streams/streams.c 			!(close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) &&