Home
last modified time | relevance | path

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

/PHP-7.1/ext/zip/
H A Dphp_zip.c135 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len) in php_zip_extract_file() function
2646 if (!php_zip_extract_file(intern, pathto, Z_STRVAL_P(zval_files), Z_STRLEN_P(zval_files))) { in ZIPARCHIVE_METHOD()
2661 if (!php_zip_extract_file(intern, pathto, Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file))) { in ZIPARCHIVE_METHOD()
2685 if (!file || !php_zip_extract_file(intern, pathto, file, strlen(file))) { in ZIPARCHIVE_METHOD()

Completed in 16 milliseconds