phar_compress_filter 2782 ext/phar/phar.c filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0); phar_compress_filter 561 ext/phar/phar_internal.h char *phar_compress_filter(phar_entry_info * entry, int return_unknown); phar_compress_filter 900 ext/phar/zip.c filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0);