phar_decompress_filter  589 ext/phar/phar_internal.h char *phar_decompress_filter(phar_entry_info * entry, int return_unknown);
phar_decompress_filter 3919 ext/phar/phar_object.c 					if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) {
phar_decompress_filter 3925 ext/phar/phar_object.c 						zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0 TSRMLS_CC, "phar error: unable to read stub of phar \"%s\" (cannot create %s filter)", phar_obj->arc.archive->fname, phar_decompress_filter(stub, 1));
phar_decompress_filter  759 ext/phar/util.c 	if ((filtername = phar_decompress_filter(entry, 0)) != NULL) {
phar_decompress_filter  766 ext/phar/util.c 		spprintf(error, 4096, "phar error: unable to read phar \"%s\" (cannot create %s filter while decompressing file \"%s\")", phar->fname, phar_decompress_filter(entry, 1), entry->filename);