p_obj 1422 ext/phar/phar_object.c struct _phar_t *p_obj = (struct _phar_t*) puser; p_obj 1423 ext/phar/phar_object.c uint str_key_len, base_len = p_obj->l, fname_len; p_obj 1427 ext/phar/phar_object.c char *fname, *error = NULL, *base = p_obj->b, *opened, *save = NULL, *temp = NULL; p_obj 1429 ext/phar/phar_object.c zend_class_entry *ce = p_obj->c; p_obj 1430 ext/phar/phar_object.c phar_archive_object *phar_obj = p_obj->p; p_obj 1709 ext/phar/phar_object.c data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp); p_obj 1711 ext/phar/phar_object.c php_stream_copy_to_stream_ex(fp, p_obj->fp, PHP_STREAM_COPY_ALL, &contents_len); p_obj 1713 ext/phar/phar_object.c php_stream_tell(p_obj->fp) - data->internal_file->offset; p_obj 1720 ext/phar/phar_object.c add_assoc_string(p_obj->ret, str_key, opened, 0);