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()
415 PHAR_ZIP_FAIL("couldn't open temporary file"); in phar_parse_zipfile()
434 PHAR_ZIP_FAIL("signature cannot be read"); in phar_parse_zipfile()
447 PHAR_ZIP_FAIL("signature cannot be verified"); in phar_parse_zipfile()
454 PHAR_ZIP_FAIL("entries exist after signature, invalid phar"); in phar_parse_zipfile()
466 PHAR_ZIP_FAIL("Unable to process extra field header for file in central directory"); in phar_parse_zipfile()
479 PHAR_ZIP_FAIL("zlib extension is required"); in phar_parse_zipfile()
486 PHAR_ZIP_FAIL("bzip2 extension is required"); in phar_parse_zipfile()
491 PHAR_ZIP_FAIL("unsupported compression method (Shrunk) used in this zip"); in phar_parse_zipfile()
497 PHAR_ZIP_FAIL("unsupported compression method (Reduce) used in this zip"); in phar_parse_zipfile()
500 PHAR_ZIP_FAIL("unsupported compression method (Implode) used in this zip"); in phar_parse_zipfile()
503 PHAR_ZIP_FAIL("unsupported compression method (Tokenize) used in this zip"); in phar_parse_zipfile()
506 PHAR_ZIP_FAIL("unsupported compression method (Deflate64) used in this zip"); in phar_parse_zipfile()
509 PHAR_ZIP_FAIL("unsupported compression method (PKWare Implode/old IBM TERSE) used in this zip"); in phar_parse_zipfile()
512 PHAR_ZIP_FAIL("unsupported compression method (LZMA) used in this zip"); in phar_parse_zipfile()
515 PHAR_ZIP_FAIL("unsupported compression method (IBM TERSE) used in this zip"); in phar_parse_zipfile()
518 PHAR_ZIP_FAIL("unsupported compression method (IBM LZ77) used in this zip"); in phar_parse_zipfile()
521 PHAR_ZIP_FAIL("unsupported compression method (WavPack) used in this zip"); in phar_parse_zipfile()
524 PHAR_ZIP_FAIL("unsupported compression method (PPMd) used in this zip"); in phar_parse_zipfile()
527 PHAR_ZIP_FAIL("unsupported compression method (unknown) used in this zip"); in phar_parse_zipfile()
534 PHAR_ZIP_FAIL("unable to read in file comment, truncated"); in phar_parse_zipfile()
569PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (cannot read local file header fo… in phar_parse_zipfile()
575PHAR_ZIP_FAIL("phar error: internal corruption of zip-based phar (local header of alias does not m… in phar_parse_zipfile()
601 PHAR_ZIP_FAIL("unable to decompress alias, zlib filter creation failed"); in phar_parse_zipfile()
609PHAR_ZIP_FAIL("unable to read in alias, truncated (PHP 5.2.7 and newer has a potential fix for thi… in phar_parse_zipfile()
611 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
622 PHAR_ZIP_FAIL("unable to read in alias, bzip2 filter creation failed"); in phar_parse_zipfile()
630PHAR_ZIP_FAIL("unable to read in alias, truncated (PHP 5.2.7 and newer has a potential fix for thi… in phar_parse_zipfile()
632 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()
640 PHAR_ZIP_FAIL("unable to read in alias, truncated"); in phar_parse_zipfile()