country_code 71 ext/date/lib/parse_tz.c memcpy(tz->location.country_code, *tzf, 2); country_code 72 ext/date/lib/parse_tz.c tz->location.country_code[2] = '\0'; country_code 266 ext/date/lib/parse_tz.c printf("Country Code: %s\n", tz->location.country_code); country_code 174 ext/date/lib/timelib_structs.h char country_code[3]; country_code 3924 ext/date/php_date.c add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code);