phar_compress_filter 2848 ext/phar/phar.c filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0 TSRMLS_CC); phar_compress_filter 590 ext/phar/phar_internal.h char *phar_compress_filter(phar_entry_info * entry, int return_unknown); phar_compress_filter 878 ext/phar/zip.c filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0 TSRMLS_CC);