Home
last modified time | relevance | path

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

12

/php-src/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', 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 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 Dphar_extract3.phpt2 Phar: Phar::extractTo() - check that phar exists
17 $phar->extractTo($extract);
28 $phar->extractTo($extract);
H A Dbug72321.phpt10 $phar->extractTo("test72321");
13 $phar->extractTo("test72321");
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)
18 $r->extractTo(__DIR__, NULL, TRUE);
H A Dbug69279a.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
10 var_dump($phar->extractTo(__DIR__ . '/bug69279a', null, true));
H A Dbug79082.phpt20 $phar->extractTo(__DIR__);
30 $phar->extractTo(__DIR__);
H A Dbug70019.phpt13 $phar->extractTo($dir);
H A Dbug76584.phpt18 var_dump($phar->extractTo(__DIR__ . '/76584'));
/php-src/ext/zip/tests/
H A Doo_extract.phpt2 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 Dbug81490.phpt2 Bug #81490 (ZipArchive::extractTo() may leak memory)
12 $zip->extractTo(__DIR__ . "/bug81490", "");
H A Dbug81420.phpt2 Bug #81420 (ZipArchive::extractTo extracts outside of destination)
11 $zip->extractTo($destination);
H A Dbug40228.phpt2 Bug #40228 (extractTo does not create recursive empty path)
11 $zip->extractTo($dest);
H A Dbug40228-mb.phpt2 Bug #40228 (extractTo does not create recursive empty path)
11 $zip->extractTo($dest);
H A Dbug14962.phpt2 Bug #14962 (::extractTo second argument is not really optional)
21 $za->extractTo($dir, NULL);
H A Dbug70350.phpt2 Bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories)
17 $archive2->extractTo($dir);
H A Dbug53603.phpt27 $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)
27 $zip->extractTo($target, $files);
H A Dbug70752.phpt15 $zip->extractTo(__DIR__);
H A Dbug50678.phpt16 $zip->extractTo($dirname);
/php-src/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-src/ext/phar/tests/zip/
H A Dgh13037.phpt8 $phar->extractTo(__DIR__ . '/out_gh13037/');
/php-src/ext/zend_test/tests/
H A Dgh10370_1.phpt19 var_dump($archive->extractTo(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370_001', ['testfile']));

Completed in 139 milliseconds

12