Searched refs:gmtoffset (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/date/lib/ |
H A D | timelib.h | 348 float gmtoffset; member 588 const char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst);
|
H A D | parse_date.re | 772 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… 787 if (gmtoffset == -1) { 791 if (tp->gmtoffset == gmtoffset) { 803 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) { 831 value = tp->gmtoffset; 2724 const char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) 2728 tp = abbr_search(abbr, gmtoffset, isdst);
|
H A D | parse_date.c | 774 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search() argument 789 if (gmtoffset == -1) { in abbr_search() 793 if (tp->gmtoffset == gmtoffset) { in abbr_search() 805 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) { in abbr_search() 833 value = tp->gmtoffset; in timelib_lookup_abbr() 25574 const char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) in timelib_timezone_id_from_abbr() argument 25578 tp = abbr_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 4037 zend_long gmtoffset = -1; in PHP_FUNCTION() local 4043 Z_PARAM_LONG(gmtoffset) in PHP_FUNCTION() 4047 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION() 5195 add_assoc_long_ex(&element, "offset", sizeof("offset") - 1, entry->gmtoffset); in PHP_FUNCTION()
|
Completed in 133 milliseconds