Home
last modified time | relevance | path

Searched refs:PharData (Results 1 – 25 of 72) sorted by relevance

123

/PHP-8.1/ext/phar/tests/zip/
H A Dcorrupt_008.phpt8 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 Dcorrupt_001.phpt8 new PharData(__DIR__ . '/files/count1.zip');
13 new PharData(__DIR__ . '/files/count2.zip');
H A Dgh10766.phpt2 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 Dcorrupt_005.phpt8 new PharData(__DIR__ . '/files/encrypted.zip');
/PHP-8.1/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
7 $zip = new PharData(__DIR__ . '/bug77322.zip');
11 $tar = new PharData(__DIR__ . '/bug77322.tar');
H A Dbug75102.phpt2 Bug #75102 (`PharData` says invalid checksum for valid tar)
7 $phar = new PharData(__DIR__ . '/bug75102.tar');
H A Dbug70433.phpt8 $phar = new PharData(__DIR__."/bug70433.zip");
15 object(PharData)#1 (3) {
H A Dbug71331.phpt7 $p = new PharData(__DIR__."/bug71331.tar");
13 #0 %s%ebug71331.php(2): PharData->__construct('%s')
H A Dbug71488.phpt7 $p = new PharData(__DIR__."/bug71488.tar");
19 #0 %s(%d): PharData->decompress('test')
H A Dbug72321.phpt9 $phar = new PharData("72321_1.zip");
11 $phar = new PharData("72321_2.zip");
H A Dbug46060.phpt14 $phar = new PharData($fname);
19 $phar = new PharData($fname2);
H A Dbug69958.phpt9 $tarphar = new PharData(__DIR__.'/bug69958.tar');
15 #0 %s/bug69958.php(%d): PharData->convertToData(%d)
H A Dbug46032.phpt2 Phar: bug #46032: PharData::__construct wrong memory read
33 #0 %sbug46032.php(%d): PharData->__construct('000000000000000...')
H A Dbug77586.phpt10 $phar = new PharData($dir . "/bug77586.tar");
21 #0 %s/bug77586.php(%d): PharData->buildFromDirectory('%s')
H A Dphar_extract3.phpt14 $phar = new PharData($fname);
22 $phar = new PharData($fname2);
H A Dbug77022.phpt2 Phar: Bug #77022: PharData always creates new files with mode 0666
19 $phar = new PharData(__DIR__ . '/test77022.' . $ext, format: $format);
H A Dphar_convert_repeated_b.phpt2 PharData::convertToZip|Tar|Phar() repeated (phardata_based archives)
13 echo "=================== new PharData() ==================\n";
14 $phar = new PharData($fname);
91 =================== new PharData() ==================
H A Dbug77565.phpt7 $phar = new PharData(__DIR__ . '/bug77565.zip');
H A Dbug71354.phpt7 $p = new PharData(__DIR__."/bug71354.tar");
/PHP-8.1/ext/phar/tests/tar/
H A Dbignames.phpt15 $p1 = new PharData($fname);
19 $p2 = new PharData($fname2);
30 $p2 = new PharData($fname3);
37 $p2 = new PharData($fname4);
H A Dbug70417.phpt2 Bug #70417 (PharData::compress() doesn't close temp file)
26 $arch = new PharData($filename);
H A Dtar_nostub.phpt31 $phar = new PharData($fname2);
44 …d to open directory: '%star_nostub.phar.tar' is not a phar archive. Use PharData::__construct() fo…
H A Dbug64343.phpt10 $phar = new PharData(__DIR__."/files/bug64343.tar");
H A Dtar_openssl_hash.phpt13 $phar = new PharData(__DIR__ . '/files/P1-1.0.0.tgz');
/PHP-8.1/ext/phar/
H A Dphar_object.stub.php46 …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