Home
last modified time | relevance | path

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

/PHP-7.3/ext/date/tests/
H A DDateTimeZone_getLocation.phpt17 …ray($timeZoneArray['country_code'], $countryCode)) && (NULL != $timeZoneArray['country_code']) && …
18 array_push($countryCode, $timeZoneArray['country_code']);
20 if(in_array($timeZoneArray['country_code'], $countryCodeTest)){
36 [country_code] => %s
43 [country_code] => %s
50 [country_code] => %s
H A Dtimezone_location_get.phpt15 ["country_code"]=>
/PHP-7.3/ext/date/lib/
H A Dparse_tz.c100 memcpy(tz->location.country_code, *tzf, 2); in read_php_preamble()
101 tz->location.country_code[2] = '\0'; in read_php_preamble()
132 tz->location.country_code[0] = '?'; in read_tzif_preamble()
133 tz->location.country_code[1] = '?'; in read_tzif_preamble()
134 tz->location.country_code[2] = '\0'; in read_tzif_preamble()
374 printf("Country Code: %s\n", tz->location.country_code); in timelib_dump_tzinfo()
H A Dtimelib.h141 char country_code[3]; member
/PHP-7.3/ext/date/
H A Dphp_date.c4116 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code); in PHP_FUNCTION()

Completed in 69 milliseconds