follow_links 571 ext/phar/phar_internal.h int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links); follow_links 572 ext/phar/phar_internal.h php_stream *phar_get_efp(phar_entry_info *entry, int follow_links); follow_links 574 ext/phar/phar_internal.h int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links); follow_links 90 ext/phar/util.c php_stream *phar_get_efp(phar_entry_info *entry, int follow_links) /* {{{ */ follow_links 92 ext/phar/util.c if (follow_links && entry->link) { follow_links 120 ext/phar/util.c int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links) /* {{{ */ follow_links 122 ext/phar/util.c php_stream *fp = phar_get_efp(entry, follow_links); follow_links 129 ext/phar/util.c if (follow_links) { follow_links 695 ext/phar/util.c int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ follow_links 704 ext/phar/util.c if (follow_links && entry->link) {