Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/tests/
H A DDateTimeZone_getLocation.phpt24 …ray($timeZoneArray['country_code'], $countryCode)) && (NULL != $timeZoneArray['country_code']) && …
25 array_push($countryCode, $timeZoneArray['country_code']);
27 if(in_array($timeZoneArray['country_code'], $countryCodeTest)){
43 [country_code] => %s
50 [country_code] => %s
57 [country_code] => %s
64 [country_code] => %s
71 [country_code] => %s
78 [country_code] => %s
H A Dtimezone_location_get.phpt15 ["country_code"]=>
/PHP-5.6/ext/date/lib/
H A Dparse_tz.c71 memcpy(tz->location.country_code, *tzf, 2); in read_preamble()
72 tz->location.country_code[2] = '\0'; in read_preamble()
266 printf("Country Code: %s\n", tz->location.country_code); in timelib_dump_tzinfo()
H A Dtimelib_structs.h174 char country_code[3]; member
/PHP-5.6/ext/date/
H A Dphp_date.c4001 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code, 1); in PHP_FUNCTION()

Completed in 35 milliseconds