Searched refs:timezone_abbr (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/date/lib/ |
H A D | parse_tz.c | 273 tz->timezone_abbr = (char*) timelib_malloc(tz->bit64.charcnt); in read_64bit_types() 274 if (!tz->timezone_abbr) { in read_64bit_types() 385 (strcmp(abbr, &tz->timezone_abbr[tz->type[i].abbr_idx]) == 0) in find_ttinfo_index() 398 tz->timezone_abbr = (char*) timelib_realloc(tz->timezone_abbr, new_length); in add_abbr() 399 memcpy(tz->timezone_abbr + old_length, abbr, strlen(abbr)); in add_abbr() 401 tz->timezone_abbr[new_length - 1] = '\0'; in add_abbr() 502 &tz->timezone_abbr[tz->type[i].abbr_idx], in format_offset_type() 734 TIMELIB_TIME_FREE(tz->timezone_abbr); in timelib_tzinfo_dtor() 772 memcpy(tmp->timezone_abbr, tz->timezone_abbr, tz->bit64.charcnt); in timelib_tzinfo_clone() 892 abbr = &(tz->timezone_abbr[to->abbr_idx]); in timelib_get_time_zone_info() [all …]
|
H A D | timelib.h | 213 char *timezone_abbr; member
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 4113 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[0].abbr_idx])… in PHP_FUNCTION() 4122 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[tzobj->tzi.tz… in PHP_FUNCTION() 4131 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[i].abbr_idx])… in PHP_FUNCTION()
|
Completed in 35 milliseconds