Lines Matching refs:PHAR_ZIP_FAIL

316 #define PHAR_ZIP_FAIL(errmsg) \  in phar_parse_zipfile()  macro
344 PHAR_ZIP_FAIL("unable to read central directory entry, truncated"); in phar_parse_zipfile()
350 PHAR_ZIP_FAIL("corrupted central directory entry, no magic signature"); in phar_parse_zipfile()
368 PHAR_ZIP_FAIL("Cannot process encrypted zip files"); in phar_parse_zipfile()
372 PHAR_ZIP_FAIL("Cannot process zips created from stdin (zero-length filename)"); in phar_parse_zipfile()
380 PHAR_ZIP_FAIL("unable to read in filename from central directory, truncated"); in phar_parse_zipfile()
405 PHAR_ZIP_FAIL("couldn't open temporary file"); in phar_parse_zipfile()
424 PHAR_ZIP_FAIL("signature cannot be read"); in phar_parse_zipfile()
437 PHAR_ZIP_FAIL("signature cannot be verified"); in phar_parse_zipfile()
445 PHAR_ZIP_FAIL("entries exist after signature, invalid phar"); in phar_parse_zipfile()
457 PHAR_ZIP_FAIL("Unable to process extra field header for file in central directory"); in phar_parse_zipfile()
470 PHAR_ZIP_FAIL("zlib extension is required"); in phar_parse_zipfile()
477 PHAR_ZIP_FAIL("bzip2 extension is required"); in phar_parse_zipfile()
482 PHAR_ZIP_FAIL("unsupported compression method (Shrunk) used in this zip"); in phar_parse_zipfile()
488 PHAR_ZIP_FAIL("unsupported compression method (Reduce) used in this zip"); in phar_parse_zipfile()
491 PHAR_ZIP_FAIL("unsupported compression method (Implode) used in this zip"); in phar_parse_zipfile()
494 PHAR_ZIP_FAIL("unsupported compression method (Tokenize) used in this zip"); in phar_parse_zipfile()
497 PHAR_ZIP_FAIL("unsupported compression method (Deflate64) used in this zip"); in phar_parse_zipfile()
500 PHAR_ZIP_FAIL("unsupported compression method (PKWare Implode/old IBM TERSE) used in this zip"); in phar_parse_zipfile()
503 PHAR_ZIP_FAIL("unsupported compression method (LZMA) used in this zip"); in phar_parse_zipfile()
506 PHAR_ZIP_FAIL("unsupported compression method (IBM TERSE) used in this zip"); in phar_parse_zipfile()
509 PHAR_ZIP_FAIL("unsupported compression method (IBM LZ77) used in this zip"); in phar_parse_zipfile()
512 PHAR_ZIP_FAIL("unsupported compression method (WavPack) used in this zip"); in phar_parse_zipfile()
515 PHAR_ZIP_FAIL("unsupported compression method (PPMd) used in this zip"); in phar_parse_zipfile()
518 PHAR_ZIP_FAIL("unsupported compression method (unknown) used in this zip"); in phar_parse_zipfile()
525 PHAR_ZIP_FAIL("unable to read in file comment, truncated"); in phar_parse_zipfile()
553PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (cannot read local file header fo… in phar_parse_zipfile()
559PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (local header of alias does not m… in phar_parse_zipfile()
580 PHAR_ZIP_FAIL("unable to decompress alias, zlib filter creation failed"); in phar_parse_zipfile()
601 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
612 PHAR_ZIP_FAIL("unable to read in alias, bzip2 filter creation failed"); in phar_parse_zipfile()
633 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
655 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()