phar_get_entry_info 603 ext/phar/phar_internal.h phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **error, int security); phar_get_entry_info 331 ext/phar/phar_object.c info = phar_get_entry_info(phar, f404, f404_len, NULL, 1); phar_get_entry_info 753 ext/phar/phar_object.c (info = phar_get_entry_info(phar, entry, entry_len, NULL, 0)) == NULL) { phar_get_entry_info 799 ext/phar/phar_object.c (info = phar_get_entry_info(phar, entry, entry_len, NULL, 0)) == NULL) { phar_get_entry_info 397 ext/phar/util.c if ((entry = phar_get_entry_info(phar, path, path_len, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security)) == NULL) {