Home
last modified time | relevance | path

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

/PHP-7.3/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.phpt26 $options = array('add_path' => 'baz/', 'remove_all_path' => TRUE);
/PHP-7.3/ext/zip/
H A Dphp_zip.c318 static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char **remove_path, siz… in php_zip_parse_options() argument
322 *remove_all_path = zval_get_long(option); in php_zip_parse_options()
1692 zend_long remove_all_path = 0; in php_zip_add_from_pattern() local
1720 if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, in php_zip_add_from_pattern()
1750 if (remove_all_path) { in php_zip_add_from_pattern()

Completed in 14 milliseconds