Home
last modified time | relevance | path

Searched refs:addGlob (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Dbug72374.phpt2 Bug #72374 (ZipArchive::addGlob remove_path option strips first char of filename)
21 $zip->addGlob($file1, 0, array('remove_path' => $dirname . '/some-'));
22 $zip->addGlob($file1, 0, array('remove_path' => $dirname . '/'));
23 $zip->addGlob($file2, 0, array('remove_path' => $dirname));
H A Doo_addglob.phpt2 ZipArchive::addGlob() method
28 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
31 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
35 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
39 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
H A Dbug78641.phpt2 Bug #78641 (addGlob can modify given remove_path value)
17 $zip->addGlob($file, 0, ["remove_path" => TMPDIR]);
H A Doo_addglob2.phpt2 ZipArchive::addGlob() method with more compression and encryption
28 if (!$zip->addGlob($dirname . 'foo.*', GLOB_BRACE, $options)) {
39 if (!$zip->addGlob($dirname . 'bar.*', GLOB_BRACE, $options)) {
H A Dbug70103.phpt2 Bug #70103 (ZipArchive::addGlob ignores remove_all_path option)
16 $zip->addGlob($dir . '/*.txt', GLOB_NOSORT, array('remove_all_path' => true));
/PHP-8.0/ext/zip/examples/
H A Daddglob.php11 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options);
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php97 public function addGlob(string $pattern, int $flags = 0, array $options = []) {} function in ZipArchive
H A Dphp_zip_arginfo.h303 ZEND_METHOD(ZipArchive, addGlob);
392 ZEND_ME(ZipArchive, addGlob, arginfo_class_ZipArchive_addGlob, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1799 PHP_METHOD(ZipArchive, addGlob) argument
/PHP-8.0/
H A DNEWS1562 . Add "flags" options to ZipArchive::addGlob and addPattern methods
1578 ZipArchive::addGlob and ZipArchive::addPattern). (Remi)
H A DUPGRADING849 . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now
924 . ZipArchive::addGlob and ZipArchive::addPattern methods accept more

Completed in 26 milliseconds