Searched refs:addPattern (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/zip/tests/ |
H A D | oo_addpattern.phpt | 2 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 D | bug72660.phpt | 12 $zip->addPattern("/noexists/");
|
/PHP-8.0/ext/zip/examples/ |
H A D | addpattern.php | 10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.stub.php | 100 public function addPattern(string $pattern, string $path = ".", array $options = []) {} function in ZipArchive
|
H A D | php_zip_arginfo.h | 304 ZEND_METHOD(ZipArchive, addPattern); 393 ZEND_ME(ZipArchive, addPattern, arginfo_class_ZipArchive_addPattern, ZEND_ACC_PUBLIC)
|
H A D | php_zip.c | 1806 PHP_METHOD(ZipArchive, addPattern) argument
|
/PHP-8.0/ |
H A D | NEWS | 1562 . Add "flags" options to ZipArchive::addGlob and addPattern methods 1578 ZipArchive::addGlob and ZipArchive::addPattern). (Remi)
|
H A D | UPGRADING | 849 . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now 924 . ZipArchive::addGlob and ZipArchive::addPattern methods accept more
|
Completed in 28 milliseconds