Home
last modified time | relevance | path

Searched refs:extractTo (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.4/ext/phar/tests/
H A Dphar_extract.phpt2 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', 134);
53 $a->extractTo(array());
56 $a->extractTo('');
64 $a->extractTo(__DIR__ . '/oops', 'file1.txt');
76 $a->extractTo(__DIR__ . '/extract', 'file1.txt');
84 $a->extractTo(__DIR__ . '/extract', 'file1.txt', true);
[all …]
H A Dbug54289.phpt2 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 Dbug72321.phpt10 $phar->extractTo("test72321");
13 $phar->extractTo("test72321");
24 Warning: PharData::extractTo(): %s in %sbug72321.php on line %d
H A Dphar_extract3.phpt2 Phar: Phar::extractTo() - check that phar exists
17 $phar->extractTo($extract);
28 $phar->extractTo($extract);
H A Dphar_extract2.phpt2 Phar: Phar::extractTo() - .phar safety
22 $phar->extractTo(__DIR__ . '/extract2', 'mount2');
23 $phar->extractTo(__DIR__ . '/extract2');
H A Dbug69279.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
20 $r->extractTo(__DIR__, NULL, TRUE);
H A Dbug69279a.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
12 var_dump($phar->extractTo(__DIR__ . '/bug69279a', null, true));
H A Dbug79082.phpt19 $phar->extractTo(__DIR__);
29 $phar->extractTo(__DIR__);
H A Dbug70019.phpt12 $phar->extractTo($dir);
H A Dbug76584.phpt20 var_dump($phar->extractTo(__DIR__ . '/76584'));
H A Dbug77022.phpt21 $phar->extractTo(__DIR__);
/PHP-7.4/ext/zip/tests/
H A Doo_extract.phpt2 extractTo
18 $zip->extractTo($dirname . '__oo_extract_tmp');
47 $zip->extractTo($dirname . '__oo_extract_tmp', 'bar');
55 $zip->extractTo($dirname . '__oo_extract_tmp', array('bar','foo'));
H A Dbug81490.phpt2 Bug #81490 (ZipArchive::extractTo() may leak memory)
14 $zip->extractTo(__DIR__ . "/bug81490", "");
H A Dbug40228-mb.phpt2 Bug #40228 (extractTo does not create recursive empty path)
11 $zip->extractTo($dest);
H A Dbug40228.phpt2 Bug #40228 (extractTo does not create recursive empty path)
11 $zip->extractTo($dest);
H A Dbug81420.phpt2 Bug #81420 (ZipArchive::extractTo extracts outside of destination)
13 $zip->extractTo($destination);
H A Dbug70350.phpt2 Bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories)
19 $archive2->extractTo($dir);
H A Dbug14962.phpt2 Bug #14962 (::extractTo second argument is not really optional)
23 $za->extractTo($dir, NULL);
H A Dbug53603.phpt28 $a = $zip->extractTo('teststream://test');
31 Warning: ZipArchive::extractTo(teststream://test/foo): failed to open stream: "TestStream::stream_o…
H A Dbug80863.phpt2 Bug #80863 (ZipArchive::extractTo() ignores references)
29 $zip->extractTo($target, $files);
H A Dbug70752.phpt17 $zip->extractTo(__DIR__);
H A Dbug77978.phpt21 @$zip->extractTo($target, "dir/test:/filename.txt");
/PHP-7.4/ext/zip/examples/
H A DextractAll.php17 if (!$zip->extractTo("./testext/path/to")) {
H A Dextract.php21 if (!$zip->extractTo("./testext/path/to", $files)) {
/PHP-7.4/ext/phar/tests/tar/
H A Dbug71317-duplicate-filename.phpt27 $tar->extractTo($testDirectory);

Completed in 32 milliseconds

12