Searched refs:PharData (Results 1 – 25 of 74) sorted by relevance
123
8 new PharData(__DIR__ . '/files/compress_unsup1.zip');13 new PharData(__DIR__ . '/files/compress_unsup2.zip');18 new PharData(__DIR__ . '/files/compress_unsup3.zip');23 new PharData(__DIR__ . '/files/compress_unsup4.zip');28 new PharData(__DIR__ . '/files/compress_unsup5.zip');33 new PharData(__DIR__ . '/files/compress_unsup6.zip');38 new PharData(__DIR__ . '/files/compress_unsup7.zip');43 new PharData(__DIR__ . '/files/compress_unsup9.zip');48 new PharData(__DIR__ . '/files/compress_unsup10.zip');53 new PharData(__DIR__ . '/files/compress_unsup14.zip');[all …]
2 GH-13037 (PharData incorrectly extracts zip file)7 $phar = new PharData(__DIR__ . '/files/gh13037.zip');
8 new PharData(__DIR__ . '/files/count1.zip');13 new PharData(__DIR__ . '/files/count2.zip');
2 GH-10766 (PharData archive created with Phar::Zip format does not keep files metadata (datetime))10 $phar = new PharData(__DIR__ . '/gh10766.zip', 0, null, Phar::ZIP);
2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)7 $zip = new PharData(__DIR__ . '/bug77322.zip');11 $tar = new PharData(__DIR__ . '/bug77322.tar');
2 Bug #75102 (`PharData` says invalid checksum for valid tar)7 $phar = new PharData(__DIR__ . '/bug75102.tar');
8 $phar = new PharData(__DIR__."/bug70433.zip");15 object(PharData)#1 (3) {
7 $p = new PharData(__DIR__."/bug71331.tar");13 #0 %s%ebug71331.php(2): PharData->__construct('%s')
7 $tarphar = new PharData(__DIR__.'/bug69958.tar');13 #0 %sbug69958.php(%d): PharData->convertToData(%d)
2 GH-12532 (PharData created from zip has incorrect timestamp)10 $phar = new PharData(__DIR__ . '/gh12532.zip');
7 $p = new PharData(__DIR__."/bug71488.tar");19 #0 %s(%d): PharData->decompress('test')
9 $phar = new PharData("72321_1.zip");11 $phar = new PharData("72321_2.zip");
14 $phar = new PharData($fname);19 $phar = new PharData($fname2);
2 Phar: bug #46032: PharData::__construct wrong memory read33 #0 %sbug46032.php(%d): PharData->__construct('000000000000000...')
10 $phar = new PharData($dir . "/bug77586.tar");21 #0 %s/bug77586.php(%d): PharData->buildFromDirectory('%s')
14 $phar = new PharData($fname);22 $phar = new PharData($fname2);
2 PharData::convertToZip|Tar|Phar() repeated (phardata_based archives)13 echo "=================== new PharData() ==================\n";14 $phar = new PharData($fname);86 =================== new PharData() ==================
2 Phar: Bug #77022: PharData always creates new files with mode 066619 $phar = new PharData(__DIR__ . '/test77022.' . $ext, format: $format);
7 $phar = new PharData(__DIR__ . '/bug77565.zip');
7 $p = new PharData(__DIR__."/bug71354.tar");
15 $p1 = new PharData($fname);19 $p2 = new PharData($fname2);30 $p2 = new PharData($fname3);37 $p2 = new PharData($fname4);
2 Bug #70417 (PharData::compress() doesn't close temp file)26 $arch = new PharData($filename);
31 $phar = new PharData($fname2);44 …d to open directory: '%star_nostub.phar.tar' is not a phar archive. Use PharData::__construct() fo…
10 $phar = new PharData(__DIR__."/files/bug64343.tar");
8 $p = new PharData(__DIR__ . '/files/trunc.tar');
Completed in 28 milliseconds