Searched refs:remove_path (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/zip/ |
| H A D | php_zip.c | 358 char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) /* {{{ */ 375 if (zend_hash_find(HASH_OF(options), "remove_path", sizeof("remove_path"), (void **)&option) == SUCCESS) { 377 php_error_docref(NULL TSRMLS_CC, E_WARNING, "remove_path option expected to be a string"); 382 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Empty string given as remove_path option"); 387 php_error_docref(NULL TSRMLS_CC, E_WARNING, "remove_path string is too long (max: %i, %i given)", 392 *remove_path = Z_STRVAL_PP(option); 1659 char *remove_path = NULL; local 1689 if (options && (php_zip_parse_options(options, &remove_all_path, &remove_path, &remove_path_len, 1694 if (remove_path 357 php_zip_parse_options(zval *options, long *remove_all_path, char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) argument [all...] |
Completed in 5 milliseconds