Home
last modified time | relevance | path

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

/PHP-7.1/ext/zip/tests/
H A Doo_addglob.phpt27 $options = array('add_path' => 'baz/', 'remove_all_path' => TRUE);
H A Doo_addpattern.phpt27 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
/PHP-7.1/ext/zip/
H A Dphp_zip.c313 …g *remove_all_path, char **remove_path, size_t *remove_path_len, char **add_path, size_t *add_path… in php_zip_parse_options() argument
358 *add_path = Z_STRVAL_P(option); in php_zip_parse_options()
1631 char *add_path = NULL; in php_zip_add_from_pattern() local
1662 &add_path, &add_path_len) < 0)) { in php_zip_add_from_pattern()
1702 if (add_path) { in php_zip_add_from_pattern()
1709 snprintf(entry_name_buf, MAXPATHLEN, "%s%s", add_path, file_stripped); in php_zip_add_from_pattern()

Completed in 11 milliseconds