Searched refs:PharData (Results 1 – 25 of 72) sorted by relevance
123
/PHP-8.1/ext/phar/tests/zip/ |
H A D | corrupt_008.phpt | 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 …]
|
H A D | corrupt_001.phpt | 8 new PharData(__DIR__ . '/files/count1.zip'); 13 new PharData(__DIR__ . '/files/count2.zip');
|
H A D | gh10766.phpt | 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);
|
H A D | corrupt_005.phpt | 8 new PharData(__DIR__ . '/files/encrypted.zip');
|
/PHP-8.1/ext/phar/tests/ |
H A D | bug77322.phpt | 2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow) 7 $zip = new PharData(__DIR__ . '/bug77322.zip'); 11 $tar = new PharData(__DIR__ . '/bug77322.tar');
|
H A D | bug75102.phpt | 2 Bug #75102 (`PharData` says invalid checksum for valid tar) 7 $phar = new PharData(__DIR__ . '/bug75102.tar');
|
H A D | bug70433.phpt | 8 $phar = new PharData(__DIR__."/bug70433.zip"); 15 object(PharData)#1 (3) {
|
H A D | bug71331.phpt | 7 $p = new PharData(__DIR__."/bug71331.tar"); 13 #0 %s%ebug71331.php(2): PharData->__construct('%s')
|
H A D | bug71488.phpt | 7 $p = new PharData(__DIR__."/bug71488.tar"); 19 #0 %s(%d): PharData->decompress('test')
|
H A D | bug72321.phpt | 9 $phar = new PharData("72321_1.zip"); 11 $phar = new PharData("72321_2.zip");
|
H A D | bug46060.phpt | 14 $phar = new PharData($fname); 19 $phar = new PharData($fname2);
|
H A D | bug69958.phpt | 9 $tarphar = new PharData(__DIR__.'/bug69958.tar'); 15 #0 %s/bug69958.php(%d): PharData->convertToData(%d)
|
H A D | bug46032.phpt | 2 Phar: bug #46032: PharData::__construct wrong memory read 33 #0 %sbug46032.php(%d): PharData->__construct('000000000000000...')
|
H A D | bug77586.phpt | 10 $phar = new PharData($dir . "/bug77586.tar"); 21 #0 %s/bug77586.php(%d): PharData->buildFromDirectory('%s')
|
H A D | phar_extract3.phpt | 14 $phar = new PharData($fname); 22 $phar = new PharData($fname2);
|
H A D | bug77022.phpt | 2 Phar: Bug #77022: PharData always creates new files with mode 0666 19 $phar = new PharData(__DIR__ . '/test77022.' . $ext, format: $format);
|
H A D | phar_convert_repeated_b.phpt | 2 PharData::convertToZip|Tar|Phar() repeated (phardata_based archives) 13 echo "=================== new PharData() ==================\n"; 14 $phar = new PharData($fname); 91 =================== new PharData() ==================
|
H A D | bug77565.phpt | 7 $phar = new PharData(__DIR__ . '/bug77565.zip');
|
H A D | bug71354.phpt | 7 $p = new PharData(__DIR__."/bug71354.tar");
|
/PHP-8.1/ext/phar/tests/tar/ |
H A D | bignames.phpt | 15 $p1 = new PharData($fname); 19 $p2 = new PharData($fname2); 30 $p2 = new PharData($fname3); 37 $p2 = new PharData($fname4);
|
H A D | bug70417.phpt | 2 Bug #70417 (PharData::compress() doesn't close temp file) 26 $arch = new PharData($filename);
|
H A D | tar_nostub.phpt | 31 $phar = new PharData($fname2); 44 …d to open directory: '%star_nostub.phar.tar' is not a phar archive. Use PharData::__construct() fo…
|
H A D | bug64343.phpt | 10 $phar = new PharData(__DIR__."/files/bug64343.tar");
|
H A D | tar_openssl_hash.phpt | 13 $phar = new PharData(__DIR__ . '/files/P1-1.0.0.tgz');
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.stub.php | 46 …nvertToData(?int $format = null, ?int $compression = null, ?string $extension = null): ?PharData {} 181 class PharData extends RecursiveDirectoryIterator implements Countable, ArrayAccess class 239 public function compress(int $compression, ?string $extension = null): ?PharData {} 246 public function decompress(?string $extension = null): ?PharData {} 258 …nvertToData(?int $format = null, ?int $compression = null, ?string $extension = null): ?PharData {}
|
Completed in 14 milliseconds
123