my_error         1245 ext/phar/phar.c 	char *my_error;
my_error         1272 ext/phar/phar.c 	if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, is_data, options, test, &my_error) == SUCCESS) {
my_error         1296 ext/phar/phar.c 	} else if (my_error) {
my_error         1298 ext/phar/phar.c 			*error = my_error;
my_error         1300 ext/phar/phar.c 			efree(my_error);