Home
last modified time | relevance | path

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

/php-src/ext/zip/tests/
H A Dbug70103.phpt2 Bug #70103 (ZipArchive::addGlob ignores remove_all_path option)
14 $zip->addGlob($dir . '/*.txt', GLOB_NOSORT, array('remove_all_path' => true));
H A Doo_addglob2.phpt27 'remove_all_path' => true,
34 'remove_all_path' => true,
H A Doo_addglob.phpt28 $options = array('add_path' => 'baz/', 'remove_all_path' => TRUE);
/php-src/ext/zip/
H A Dphp_zip.c343 zend_long remove_all_path; member
375 opts->remove_all_path = zval_get_long(option); in php_zip_parse_options()
1777 if (opts.remove_all_path) {

Completed in 22 milliseconds