Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/tests/
H A Doo_addpattern.phpt2 ZipArchive::addPattern() method
27 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
31 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
35 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
H A Dbug72660.phpt13 $zip->addPattern("/noexists/");
/PHP-8.2/ext/zip/examples/
H A Daddpattern.php10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php711 …public function addPattern(string $pattern, string $path = ".", array $options = []): array|false …
H A Dphp_zip_arginfo.h331 ZEND_METHOD(ZipArchive, addPattern);
423 ZEND_ME(ZipArchive, addPattern, arginfo_class_ZipArchive_addPattern, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1831 PHP_METHOD(ZipArchive, addPattern) argument

Completed in 21 milliseconds