follow_links 583 ext/phar/phar_internal.h int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_links TSRMLS_DC); follow_links 584 ext/phar/phar_internal.h php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC); follow_links 586 ext/phar/phar_internal.h int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC); follow_links 90 ext/phar/util.c php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC) /* {{{ */ 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, off_t offset, int whence, off_t position, int follow_links TSRMLS_DC) /* {{{ */ follow_links 122 ext/phar/util.c php_stream *fp = phar_get_efp(entry, follow_links TSRMLS_CC); follow_links 129 ext/phar/util.c if (follow_links) { follow_links 696 ext/phar/util.c int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC) /* {{{ */ follow_links 705 ext/phar/util.c if (follow_links && entry->link) {