Home
last modified time | relevance | path

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

/PHP-7.4/ext/zip/tests/
H A Dbug70103.phpt2 Bug #70103 (ZipArchive::addGlob ignores remove_all_path option)
16 $zip->addGlob($dir . '/*.txt', GLOB_NOSORT, array('remove_all_path' => true));
H A Doo_addglob.phpt27 $options = array('add_path' => 'baz/', 'remove_all_path' => TRUE);
/PHP-7.4/ext/zip/
H A Dphp_zip.c316 static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char **remove_path, siz… in php_zip_parse_options() argument
320 *remove_all_path = zval_get_long(option); in php_zip_parse_options()
1670 zend_long remove_all_path = 0; local
1694 if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len,
1724 if (remove_all_path) {

Completed in 16 milliseconds