Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/tests/
H A DDateTimeZone_getLocation.phpt18 …if (!in_array($timeZoneArray['country_code'], $countryCode) && NULL != $timeZoneArray['country_cod…
19 array_push($countryCode, $timeZoneArray['country_code']);
21 if(in_array($timeZoneArray['country_code'], $countryCodeTest)){
31 [country_code] => %s
38 [country_code] => %s
45 [country_code] => %s
H A Dtimezone_location_get.phpt15 ["country_code"]=>
/PHP-7.4/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.4/ext/date/
H A Dphp_date.c4169 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code); in PHP_FUNCTION()

Completed in 33 milliseconds