Home
last modified time | relevance | path

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

/php-src/ext/date/tests/
H A Ddate_parse_001.phpt107 ["is_dst"]=>
231 ["is_dst"]=>
267 ["is_dst"]=>
H A Dbug35499.phpt46 ["is_dst"]=>
/php-src/ext/date/lib/
H A Dunixtime2tm.c145 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local()
203 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
H A Dparse_tz.c893 tmp->is_dst = to->isdst; in timelib_get_time_zone_info()
898 tmp->is_dst = 0; in timelib_get_time_zone_info()
913 …ib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_sll* transition_time, unsigned int* is_dst) in timelib_get_time_zone_offset_info() argument
926 if (is_dst) { in timelib_get_time_zone_offset_info()
927 *is_dst = to->isdst; in timelib_get_time_zone_offset_info()
H A Dtimelib.h246 unsigned int is_dst; member
808 …b_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_sll* transition_time, unsigned int* is_dst);
/php-src/ext/standard/
H A Dmicrotime.c74 add_assoc_long(return_value, "dsttime", offset->is_dst); in _php_gettimeofday()
/php-src/ext/date/
H A Dphp_date.c695 offset->is_dst = t->dst; in date_format()
701 offset->is_dst = 0; in date_format()
770 case 'I': length = slprintf(buffer, sizeof(buffer), "%d", localtime ? offset->is_dst : 0); break; in date_format()
924 offset->is_dst = t->dst; in php_idate()
930 offset->is_dst = t->dst; in php_idate()
981 case 'I': retval = (int) (!localtime ? offset->is_dst : 0); break; in php_idate()
1314 ta.tm_isdst = offset->is_dst; in php_strftime()
4333 add_assoc_bool(&element, "isdst", (to)->is_dst); \ in PHP_FUNCTION()

Completed in 32 milliseconds