Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/date/tests/
H A Dtimezone_location_get.phpt15 ["country_code"]=>
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h98 char country_code[3]; member
H A Dparse_tz.c65 memcpy(tz->location.country_code, *tzf, 2); in read_preamble()
66 tz->location.country_code[2] = '\0'; in read_preamble()
260 printf("Country Code: %s\n", tz->location.country_code); in timelib_dump_tzinfo()
/PHP-5.5/ext/date/
H A Dphp_date.c3966 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code, 1); in PHP_FUNCTION()

Completed in 23 milliseconds