Lines Matching refs:PHAR_ZIP_FAIL

326 #define PHAR_ZIP_FAIL(errmsg) \  in phar_parse_zipfile()  macro
356 PHAR_ZIP_FAIL("unable to read central directory entry, truncated"); in phar_parse_zipfile()
362 PHAR_ZIP_FAIL("corrupted central directory entry, no magic signature"); in phar_parse_zipfile()
380 PHAR_ZIP_FAIL("Cannot process encrypted zip files"); in phar_parse_zipfile()
384 PHAR_ZIP_FAIL("Cannot process zips created from stdin (zero-length filename)"); in phar_parse_zipfile()
392 PHAR_ZIP_FAIL("unable to read in filename from central directory, truncated"); in phar_parse_zipfile()
417 PHAR_ZIP_FAIL("couldn't open temporary file"); in phar_parse_zipfile()
436 PHAR_ZIP_FAIL("signature cannot be read"); in phar_parse_zipfile()
449 PHAR_ZIP_FAIL("signature cannot be verified"); in phar_parse_zipfile()
456 PHAR_ZIP_FAIL("entries exist after signature, invalid phar"); in phar_parse_zipfile()
468 PHAR_ZIP_FAIL("Unable to process extra field header for file in central directory"); in phar_parse_zipfile()
481 PHAR_ZIP_FAIL("zlib extension is required"); in phar_parse_zipfile()
488 PHAR_ZIP_FAIL("bzip2 extension is required"); in phar_parse_zipfile()
493 PHAR_ZIP_FAIL("unsupported compression method (Shrunk) used in this zip"); in phar_parse_zipfile()
499 PHAR_ZIP_FAIL("unsupported compression method (Reduce) used in this zip"); in phar_parse_zipfile()
502 PHAR_ZIP_FAIL("unsupported compression method (Implode) used in this zip"); in phar_parse_zipfile()
505 PHAR_ZIP_FAIL("unsupported compression method (Tokenize) used in this zip"); in phar_parse_zipfile()
508 PHAR_ZIP_FAIL("unsupported compression method (Deflate64) used in this zip"); in phar_parse_zipfile()
511 PHAR_ZIP_FAIL("unsupported compression method (PKWare Implode/old IBM TERSE) used in this zip"); in phar_parse_zipfile()
514 PHAR_ZIP_FAIL("unsupported compression method (LZMA) used in this zip"); in phar_parse_zipfile()
517 PHAR_ZIP_FAIL("unsupported compression method (IBM TERSE) used in this zip"); in phar_parse_zipfile()
520 PHAR_ZIP_FAIL("unsupported compression method (IBM LZ77) used in this zip"); in phar_parse_zipfile()
523 PHAR_ZIP_FAIL("unsupported compression method (WavPack) used in this zip"); in phar_parse_zipfile()
526 PHAR_ZIP_FAIL("unsupported compression method (PPMd) used in this zip"); in phar_parse_zipfile()
529 PHAR_ZIP_FAIL("unsupported compression method (unknown) used in this zip"); in phar_parse_zipfile()
536 PHAR_ZIP_FAIL("unable to read in file comment, truncated"); in phar_parse_zipfile()
571PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (cannot read local file header fo… in phar_parse_zipfile()
577PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (local header of alias does not m… in phar_parse_zipfile()
599 PHAR_ZIP_FAIL("unable to decompress alias, zlib filter creation failed"); in phar_parse_zipfile()
606 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
617 PHAR_ZIP_FAIL("unable to read in alias, bzip2 filter creation failed"); in phar_parse_zipfile()
624 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
632 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()