Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/tests/
H A Ddate_parse_001.phpt108 ["is_dst"]=>
232 ["is_dst"]=>
268 ["is_dst"]=>
H A Dbug35499.phpt46 ["is_dst"]=>
H A Dmktime_basic1.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
H A Dmktime_error.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
/PHP-7.4/ext/standard/
H A Dmicrotime.c77 add_assoc_long(return_value, "dsttime", offset->is_dst); in _php_gettimeofday()
/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c182 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local()
240 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
H A Dparse_tz.c674 tmp->is_dst = to->isdst; in timelib_get_time_zone_info()
679 tmp->is_dst = 0; in timelib_get_time_zone_info()
H A Dtimelib.h201 unsigned int is_dst; member
H A Dtm2unixtime.c481 tz->dst = gmt_offset->is_dst; in do_adjust_timezone()
/PHP-7.4/ext/date/
H A Dphp_date.c1138 offset->is_dst = t->dst; in date_format()
1144 offset->is_dst = 0; in date_format()
1211 case 'I': length = slprintf(buffer, sizeof(buffer), "%d", localtime ? offset->is_dst : 0); break; in date_format()
1350 offset->is_dst = t->dst; in php_idate()
1356 offset->is_dst = t->dst; in php_idate()
1405 case 'I': retval = (int) (!localtime ? offset->is_dst : 0); break; in php_idate()
1717 ta.tm_isdst = offset->is_dst; in php_strftime()

Completed in 45 milliseconds