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