Searched refs:isdst (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/date/tests/ |
H A D | timezone_name_from_abbr_basic1.phpt | 22 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n"; 43 -- Tests without valid name - uses gmtOffset and isdst to find match --
|
H A D | bug48058.phpt | 24 ["isdst"]=>
|
H A D | DateTimeZone_getTransitions_basic1.phpt | 38 ["isdst"]=>
|
H A D | timezone_transitions_get_basic1.phpt | 41 ["isdst"]=>
|
/PHP-8.0/ext/date/lib/ |
H A D | timelib_private.h | 111 int isdst; member
|
H A D | parse_tz.c | 261 tz->type[i].isdst = buffer[j + 4]; in read_64bit_types() 413 tz->type[0].isdst, in timelib_dump_tzinfo() 423 tz->type[tz->trans_idx[i]].isdst, in timelib_dump_tzinfo() 686 return to->isdst; in timelib_timestamp_is_in_dst() 703 tmp->is_dst = to->isdst; in timelib_get_time_zone_info()
|
H A D | timelib.h | 535 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst);
|
H A D | parse_date.re | 685 …tic const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isdst) 714 * offset/isdst then */ 716 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) { 2577 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) 2581 tp = abbr_search(abbr, gmtoffset, isdst);
|
H A D | parse_date.c | 687 …tic const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isdst) in abbr_search() argument 718 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) { in abbr_search() 25807 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) in timelib_timezone_id_from_abbr() argument 25811 tp = abbr_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 3586 zend_long isdst = -1; in PHP_FUNCTION() local 3592 Z_PARAM_LONG(isdst) in PHP_FUNCTION() 3595 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION() 3659 add_assoc_bool(&element, "isdst", tzobj->tzi.tz->type[0].isdst); \ in PHP_FUNCTION() 3668 add_assoc_bool(&element, "isdst", tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].isdst); \ in PHP_FUNCTION()
|
Completed in 61 milliseconds