Searched refs:extractTo (Results 1 – 25 of 35) sorted by relevance
12
/PHP-8.1/ext/phar/tests/ |
H A D | phar_extract.phpt | 2 Phar: Phar::extractTo() 22 $a->extractTo(__DIR__ . '/extract', 'mount'); 23 $a->extractTo(__DIR__ . '/extract'); 37 $a->extractTo(__DIR__ . '/extract1', 'file1.txt'); 48 $a->extractTo(__DIR__ . '/whatever', new stdClass()); 54 $a->extractTo(array()); 60 $a->extractTo(''); 68 $a->extractTo(__DIR__ . '/oops', 'file1.txt'); 80 $a->extractTo(__DIR__ . '/extract', 'file1.txt'); 88 $a->extractTo(__DIR__ . '/extract', 'file1.txt', true); [all …]
|
H A D | bug54289.phpt | 2 Bug #54289 Phar::extractTo() does not accept specific directories to be extracted 20 $pharB->extractTo($outDir, 'dirA/', true); 27 $pharB->extractTo($outDir, 'dirX/', true); 34 $pharB->extractTo($outDir, '/', true); 41 $pharB->extractTo($outDir, [ 'dirA/', 'dirAB/' ], true); 46 $pharB->extractTo($outDir, [ 'dirA/', 'dirX/' ], true);
|
H A D | phar_extract3.phpt | 2 Phar: Phar::extractTo() - check that phar exists 17 $phar->extractTo($extract); 28 $phar->extractTo($extract);
|
H A D | bug72321.phpt | 10 $phar->extractTo("test72321"); 13 $phar->extractTo("test72321");
|
H A D | phar_extract2.phpt | 2 Phar: Phar::extractTo() - .phar safety 22 $phar->extractTo(__DIR__ . '/extract2', 'mount2'); 23 $phar->extractTo(__DIR__ . '/extract2');
|
H A D | bug69279.phpt | 2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files) 18 $r->extractTo(__DIR__, NULL, TRUE);
|
H A D | bug69279a.phpt | 2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files) 10 var_dump($phar->extractTo(__DIR__ . '/bug69279a', null, true));
|
H A D | bug79082.phpt | 20 $phar->extractTo(__DIR__); 30 $phar->extractTo(__DIR__);
|
H A D | bug70019.phpt | 13 $phar->extractTo($dir);
|
H A D | bug76584.phpt | 18 var_dump($phar->extractTo(__DIR__ . '/76584'));
|
H A D | bug77022.phpt | 22 $phar->extractTo(__DIR__);
|
/PHP-8.1/ext/zip/tests/ |
H A D | oo_extract.phpt | 2 extractTo 16 $zip->extractTo($dirname . '__oo_extract_tmp'); 45 $zip->extractTo($dirname . '__oo_extract_tmp', 'bar'); 53 $zip->extractTo($dirname . '__oo_extract_tmp', array('bar','foo'));
|
H A D | bug40228-mb.phpt | 2 Bug #40228 (extractTo does not create recursive empty path) 11 $zip->extractTo($dest);
|
H A D | bug40228.phpt | 2 Bug #40228 (extractTo does not create recursive empty path) 11 $zip->extractTo($dest);
|
H A D | bug81490.phpt | 2 Bug #81490 (ZipArchive::extractTo() may leak memory) 14 $zip->extractTo(__DIR__ . "/bug81490", "");
|
H A D | bug81420.phpt | 2 Bug #81420 (ZipArchive::extractTo extracts outside of destination) 13 $zip->extractTo($destination);
|
H A D | bug14962.phpt | 2 Bug #14962 (::extractTo second argument is not really optional) 21 $za->extractTo($dir, NULL);
|
H A D | bug70350.phpt | 2 Bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories) 17 $archive2->extractTo($dir);
|
H A D | bug53603.phpt | 26 $a = $zip->extractTo('teststream://test'); 30 Warning: ZipArchive::extractTo(teststream://test/foo): Failed to open stream: "TestStream::stream_o…
|
H A D | bug80863.phpt | 2 Bug #80863 (ZipArchive::extractTo() ignores references) 27 $zip->extractTo($target, $files);
|
H A D | bug50678.phpt | 16 $zip->extractTo($dirname);
|
H A D | bug70752.phpt | 15 $zip->extractTo(__DIR__);
|
H A D | bug77978.phpt | 21 @$zip->extractTo($target, "dir/test:/filename.txt");
|
/PHP-8.1/ext/zip/examples/ |
H A D | extractAll.php | 17 if (!$zip->extractTo("./testext/path/to")) {
|
H A D | extract.php | 21 if (!$zip->extractTo("./testext/path/to", $files)) {
|
Completed in 22 milliseconds
12