Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/
H A Dphp_zip.c283 static int php_zip_add_file(struct zip *za, const char *filename, size_t filename_len, in php_zip_add_file() function
1781 if (php_zip_add_file(intern, Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file), in php_zip_add_from_pattern()
1843 if (php_zip_add_file(intern, ZSTR_VAL(filename), ZSTR_LEN(filename), in ZIPARCHIVE_METHOD()

Completed in 14 milliseconds