Lines Matching refs:PHAR_ZIP_FAIL
337 #define PHAR_ZIP_FAIL(errmsg) \ in phar_parse_zipfile() macro
368 PHAR_ZIP_FAIL("unable to read central directory entry, truncated"); in phar_parse_zipfile()
374 PHAR_ZIP_FAIL("corrupted central directory entry, no magic signature"); in phar_parse_zipfile()
392 PHAR_ZIP_FAIL("Cannot process encrypted zip files"); in phar_parse_zipfile()
396 PHAR_ZIP_FAIL("Cannot process zips created from stdin (zero-length filename)"); in phar_parse_zipfile()
404 PHAR_ZIP_FAIL("unable to read in filename from central directory, truncated"); in phar_parse_zipfile()
428 PHAR_ZIP_FAIL("signatures larger than 64 KiB are not supported"); in phar_parse_zipfile()
434 PHAR_ZIP_FAIL("couldn't open temporary file"); in phar_parse_zipfile()
453 PHAR_ZIP_FAIL("signature cannot be read"); in phar_parse_zipfile()
466 PHAR_ZIP_FAIL("signature cannot be verified"); in phar_parse_zipfile()
474 PHAR_ZIP_FAIL("entries exist after signature, invalid phar"); in phar_parse_zipfile()
486 PHAR_ZIP_FAIL("Unable to process extra field header for file in central directory"); in phar_parse_zipfile()
499 PHAR_ZIP_FAIL("zlib extension is required"); in phar_parse_zipfile()
506 PHAR_ZIP_FAIL("bzip2 extension is required"); in phar_parse_zipfile()
511 PHAR_ZIP_FAIL("unsupported compression method (Shrunk) used in this zip"); in phar_parse_zipfile()
517 PHAR_ZIP_FAIL("unsupported compression method (Reduce) used in this zip"); in phar_parse_zipfile()
520 PHAR_ZIP_FAIL("unsupported compression method (Implode) used in this zip"); in phar_parse_zipfile()
523 PHAR_ZIP_FAIL("unsupported compression method (Tokenize) used in this zip"); in phar_parse_zipfile()
526 PHAR_ZIP_FAIL("unsupported compression method (Deflate64) used in this zip"); in phar_parse_zipfile()
529 PHAR_ZIP_FAIL("unsupported compression method (PKWare Implode/old IBM TERSE) used in this zip"); in phar_parse_zipfile()
532 PHAR_ZIP_FAIL("unsupported compression method (LZMA) used in this zip"); in phar_parse_zipfile()
535 PHAR_ZIP_FAIL("unsupported compression method (IBM TERSE) used in this zip"); in phar_parse_zipfile()
538 PHAR_ZIP_FAIL("unsupported compression method (IBM LZ77) used in this zip"); in phar_parse_zipfile()
541 PHAR_ZIP_FAIL("unsupported compression method (WavPack) used in this zip"); in phar_parse_zipfile()
544 PHAR_ZIP_FAIL("unsupported compression method (PPMd) used in this zip"); in phar_parse_zipfile()
547 PHAR_ZIP_FAIL("unsupported compression method (unknown) used in this zip"); in phar_parse_zipfile()
554 PHAR_ZIP_FAIL("unable to read in file comment, truncated"); in phar_parse_zipfile()
575 …PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (cannot read local file header fo… in phar_parse_zipfile()
581 …PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (local header of alias does not m… in phar_parse_zipfile()
602 PHAR_ZIP_FAIL("unable to decompress alias, zlib filter creation failed"); in phar_parse_zipfile()
623 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
634 PHAR_ZIP_FAIL("unable to read in alias, bzip2 filter creation failed"); in phar_parse_zipfile()
655 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
677 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
697 PHAR_ZIP_FAIL("signature is missing"); in phar_parse_zipfile()