Home
last modified time | relevance | path

Searched refs:addPattern (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Doo_addpattern.phpt2 ZipArchive::addPattern() method
29 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
33 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
37 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
H A Dbug72660.phpt12 $zip->addPattern("/noexists/");
/PHP-8.0/ext/zip/examples/
H A Daddpattern.php10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php100 public function addPattern(string $pattern, string $path = ".", array $options = []) {} function in ZipArchive
H A Dphp_zip_arginfo.h304 ZEND_METHOD(ZipArchive, addPattern);
393 ZEND_ME(ZipArchive, addPattern, arginfo_class_ZipArchive_addPattern, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1806 PHP_METHOD(ZipArchive, addPattern) 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 37 milliseconds