Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dtimelib.h348 float gmtoffset; member
588 const char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst);
H A Dparse_date.re772 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 Dparse_date.c774 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.2/ext/date/
H A Dphp_date.c3938 zend_long gmtoffset = -1; in PHP_FUNCTION() local
3944 Z_PARAM_LONG(gmtoffset) in PHP_FUNCTION()
3948 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION()
5007 add_assoc_long_ex(&element, "offset", sizeof("offset") - 1, entry->gmtoffset); in PHP_FUNCTION()

Completed in 65 milliseconds