zip_get_file_comment  189 ext/zip/lib/zip.h PHPZIPAPI const char *zip_get_file_comment(struct zip *, int, int *, int);
zip_get_file_comment 1499 ext/zip/php_zip.c 	comment = zip_get_file_comment(intern, idx, &comment_len, (int)flags);
zip_get_file_comment 1527 ext/zip/php_zip.c 	comment = zip_get_file_comment(intern, index, &comment_len, (int)flags);