_php_stream_free  294 main/php_streams.h PHPAPI int _php_stream_free(php_stream *stream, int close_options);
_php_stream_free  295 main/php_streams.h #define php_stream_free(stream, close_options)	_php_stream_free((stream), (close_options))
_php_stream_free  296 main/php_streams.h #define php_stream_close(stream)	_php_stream_free((stream), PHP_STREAM_FREE_CLOSE)
_php_stream_free  297 main/php_streams.h #define php_stream_pclose(stream)	_php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT)