Searched refs:addPattern (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/zip/tests/ |
H A D | oo_addpattern.phpt | 2 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 D | bug72660.phpt | 13 $zip->addPattern("/noexists/");
|
/PHP-8.1/ext/zip/examples/ |
H A D | addpattern.php | 10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.stub.php | 113 …public function addPattern(string $pattern, string $path = ".", array $options = []): array|false … function in ZipArchive
|
H A D | php_zip_arginfo.h | 317 ZEND_METHOD(ZipArchive, addPattern); 406 ZEND_ME(ZipArchive, addPattern, arginfo_class_ZipArchive_addPattern, ZEND_ACC_PUBLIC)
|
H A D | php_zip.c | 1815 PHP_METHOD(ZipArchive, addPattern) argument
|
Completed in 16 milliseconds