Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/tests/
H A Dphar_extract.phpt2 Phar: Phar::extractTo()
20 $a->extractTo(dirname(__FILE__) . '/extract', 'mount');
21 $a->extractTo(dirname(__FILE__) . '/extract');
35 $a->extractTo(dirname(__FILE__) . '/extract1', 'file1.txt');
46 $a->extractTo(dirname(__FILE__) . '/whatever', 134);
51 $a->extractTo(array());
54 $a->extractTo('');
62 $a->extractTo(dirname(__FILE__) . '/oops', 'file1.txt');
74 $a->extractTo(dirname(__FILE__) . '/extract', 'file1.txt');
82 $a->extractTo(dirname(__FILE__) . '/extract', 'file1.txt', true);
[all …]
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(dirname(__FILE__) . '/extract', 'mount');
23 $phar->extractTo(dirname(__FILE__) . '/extract');
H A Dbug70019.phpt12 $phar->extractTo($dir);
/PHP-5.5/ext/zip/tests/
H A Doo_extract.phpt2 extractTo
19 $zip->extractTo($dirname . '__oo_extract_tmp');
48 $zip->extractTo($dirname . '__oo_extract_tmp', 'bar');
56 $zip->extractTo($dirname . '__oo_extract_tmp', array('bar','foo'));
H A Dbug40228.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)
24 $za->extractTo($dir, NULL);
H A Dbug53603.phpt28 $a = $zip->extractTo('teststream://test');
33 Warning: ZipArchive::extractTo(teststream://test/foo): failed to open stream: "TestStream::stream_o…
H A Dbug70350.phpt2 Bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories)
19 $archive2->extractTo($dir);
H A Dbug51353.phpt31 $zip->extractTo("$base_path/51353_unpack");
/PHP-5.5/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-5.5/ext/zip/
H A Dphp_zip.c2424 static ZIPARCHIVE_METHOD(extractTo) in ZIPARCHIVE_METHOD() argument
2769 ZIPARCHIVE_ME(extractTo, arginfo_ziparchive_extractto, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/phar/
H A Dphar_object.c4301 PHP_METHOD(Phar, extractTo) in PHP_METHOD() argument
5313 PHP_ME(Phar, extractTo, arginfo_phar_extract, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS250 . Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when
512 . Fixed bug #64343 (PharData::extractTo fails for tarball created by BSD tar).
4532 . Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()). (Pierre)
6896 - Fixed bug #14962 (PECL) (::extractTo 2nd argument is not really optional)
7568 - Fixed possible leak in ZipArchive::extractTo when safemode checks fails (Ilia)
7845 - Fixed bug #40228 (ZipArchive::extractTo does create empty directories

Completed in 76 milliseconds