Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/lib/
H A Dparse_tz.c397 size_t new_length = old_length + strlen(abbr) + 1; in add_abbr() local
398 tz->timezone_abbr = (char*) timelib_realloc(tz->timezone_abbr, new_length); in add_abbr()
400 tz->bit64.charcnt = new_length; in add_abbr()
401 tz->timezone_abbr[new_length - 1] = '\0'; in add_abbr()

Completed in 5 milliseconds