Searched refs:PharData (Results 1 – 25 of 69) sorted by relevance
123
/PHP-8.0/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 | corrupt_005.phpt | 8 new PharData(__DIR__ . '/files/encrypted.zip');
|
/PHP-8.0/ext/phar/tests/ |
H A D | bug77322.phpt | 2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow) 9 $zip = new PharData(__DIR__ . '/bug77322.zip'); 13 $tar = new PharData(__DIR__ . '/bug77322.tar');
|
H A D | bug72321.phpt | 9 $phar = new PharData("72321_1.zip"); 11 $phar = new PharData("72321_2.zip"); 24 Warning: PharData::extractTo(): %s in %sbug72321.php on line %d
|
H A D | bug75102.phpt | 2 Bug #75102 (`PharData` says invalid checksum for valid tar) 9 $phar = new PharData(__DIR__ . '/bug75102.tar');
|
H A D | bug70433.phpt | 7 $phar = new PharData(__DIR__."/bug70433.zip"); 14 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 | bug46060.phpt | 13 $phar = new PharData($fname); 18 $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 32 #0 %sbug46032.php(%d): PharData->__construct('000000000000000...')
|
H A D | bug77586.phpt | 8 $phar = new PharData($dir . "/bug77586.tar"); 19 #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 18 $phar = new PharData(__DIR__ . '/test77022.' . $ext, null, null, $mode);
|
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 | bug71354.phpt | 7 $p = new PharData(__DIR__."/bug71354.tar");
|
H A D | bug77565.phpt | 9 $phar = new PharData(__DIR__ . '/bug77565.zip');
|
H A D | bug79082.phpt | 17 $phar = new PharData(__DIR__ . '/test79082.' . $ext, null, null, $mode); 27 $phar = new PharData(__DIR__ . '/test79082-d.' . $ext, null, null, $mode);
|
H A D | bug77396.phpt | 9 $phar = new PharData($path);
|
/PHP-8.0/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) 25 $arch = new PharData($filename);
|
H A D | bug64343.phpt | 10 $phar = new PharData(__DIR__."/files/bug64343.tar");
|
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…
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.stub.php | 45 /** @return PharData|null */ 181 class PharData extends RecursiveDirectoryIterator implements Countable, ArrayAccess class 232 * @return PharData|null 239 * @return PharData|null 252 * @return PharData|null
|
Completed in 27 milliseconds
123