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