Searched defs:abbr (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/date/lib/ |
H A D | parse_tz.c | 377 static signed int find_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in find_ttinfo_index() 394 static unsigned int add_abbr(timelib_tzinfo *tz, char *abbr) in add_abbr() 406 static signed int add_new_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in add_new_ttinfo_index() 886 char *abbr; in timelib_get_time_zone_info() local
|
H A D | timelib.h | 247 char *abbr; member 275 char *abbr; member
|
H A D | parse_date.c | 25574 const char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) in timelib_timezone_id_from_abbr()
|
/PHP-8.3/ext/date/ |
H A D | php_date.stub.php | 218 function timezone_name_from_abbr(string $abbr, int $utcOffset = -1, int $isDST = -1): string|false …
|
H A D | php_date.c | 4035 zend_string *abbr; in PHP_FUNCTION() local
|
Completed in 55 milliseconds