Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/tests/
H A Doo_addpattern.phpt2 ZipArchive::addPattern() method
28 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
H A Dbug72660.phpt12 $zip->addPattern("/noexists/");
/PHP-7.2/ext/zip/examples/
H A Daddpattern.php10 $found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
/PHP-7.2/ext/zip/
H A Dphp_zip.c1786 static ZIPARCHIVE_METHOD(addPattern) in ZIPARCHIVE_METHOD() argument
3111 ZIPARCHIVE_ME(addPattern, arginfo_ziparchive_addpattern, ZEND_ACC_PUBLIC)

Completed in 12 milliseconds