Home
last modified time | relevance | path

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

/PHP-7.0/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 ]]]]]]] )
H A Dmktime_variation1.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
103 $is_dst = 0;
H A Dmktime_variation2.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
H A Dmktime_variation3.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
H A Dmktime_variation4.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
H A Dmktime_variation5.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
H A Dmktime_variation6.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
/PHP-7.0/ext/standard/
H A Dmicrotime.c81 add_assoc_long(return_value, "dsttime", offset->is_dst); in _php_gettimeofday()
/PHP-7.0/ext/date/lib/
H A Dunixtime2tm.c204 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local()
262 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
H A Dtimelib_structs.h234 unsigned int is_dst; member
H A Dparse_tz.c491 tmp->is_dst = to->isdst; in timelib_get_time_zone_info()
496 tmp->is_dst = 0; in timelib_get_time_zone_info()
H A Dtm2unixtime.c436 tz->dst = gmt_offset->is_dst; in do_adjust_timezone()
/PHP-7.0/ext/date/
H A Dphp_date.c1098 offset->is_dst = t->dst; in date_format()
1104 offset->is_dst = 0; in date_format()
1171 case 'I': length = slprintf(buffer, 32, "%d", localtime ? offset->is_dst : 0); break; in date_format()
1308 offset->is_dst = t->dst; in php_idate()
1314 offset->is_dst = t->dst; in php_idate()
1363 case 'I': retval = (int) (!localtime ? offset->is_dst : 0); break; in php_idate()
1663 ta.tm_isdst = offset->is_dst; in php_strftime()
/PHP-7.0/
H A DUPGRADING449 . Removed $is_dst parameter from mktime() and gmmktime().
H A DNEWS2460 . Removed $is_dst parameter from mktime() and gmmktime(). (Nikita)

Completed in 40 milliseconds