Searched refs:country_code (Results 1 – 5 of 5) sorted by relevance
18 …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] => %s38 [country_code] => %s45 [country_code] => %s
15 ["country_code"]=>
100 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()
141 char country_code[3]; member
4169 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code); in PHP_FUNCTION()
Completed in 26 milliseconds