Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/
H A Dphp_zip.c276 static int php_zip_add_file(ze_zip_object *obj, const char *filename, size_t filename_len, in php_zip_add_file() function
1782 if (php_zip_add_file(ze_obj, Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file),
1846 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1879 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),

Completed in 11 milliseconds