phar_decompress_filter  648 phar/phar_internal.h char *phar_decompress_filter(phar_entry_info * entry, int return_unknown);
phar_decompress_filter 3991 phar/phar_object.c 					if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) {
phar_decompress_filter 3997 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  982 phar/util.c    	if ((filtername = phar_decompress_filter(entry, 0)) != NULL) {
phar_decompress_filter  989 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);