Home
last modified time | relevance | path

Searched refs:addGlob (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.1/ext/zip/
H A Dphp_zip.c1734 static ZIPARCHIVE_METHOD(addGlob) in ZIPARCHIVE_METHOD() argument
2983 ZIPARCHIVE_ME(addGlob, arginfo_ziparchive_addglob, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/zip/tests/
H A Doo_addglob.phpt2 ZipArchive::addGlob() method
28 if (!$zip->addGlob($dirname . '*.{txt,baz}', 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-7.1/
H A DUPGRADING408 . ZipArchive::addGlob() will throw an instance of Error instead of resulting
H A DNEWS1343 . Fixed bug #70103 (ZipArchive::addGlob ignores remove_all_path option). (cmb,
2170 . ZipArchive::addGlob() will throw an instance of Error instead of resulting
/PHP-7.1/ext/zip/examples/
H A Daddglob.php11 $found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options);

Completed in 36 milliseconds