Searched refs:is_dst (Results 1 – 18 of 18) sorted by relevance
/PHP-7.0/ext/date/tests/ |
H A D | date_parse_001.phpt | 108 ["is_dst"]=> 232 ["is_dst"]=> 268 ["is_dst"]=>
|
H A D | bug35499.phpt | 46 ["is_dst"]=>
|
H A D | mktime_basic1.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
|
H A D | mktime_error.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
|
H A D | mktime_variation1.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] ) 103 $is_dst = 0;
|
H A D | mktime_variation2.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
|
H A D | mktime_variation3.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
|
H A D | mktime_variation4.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
|
H A D | mktime_variation5.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
|
H A D | mktime_variation6.phpt | 5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
|
/PHP-7.0/ext/standard/ |
H A D | microtime.c | 81 add_assoc_long(return_value, "dsttime", offset->is_dst); in _php_gettimeofday()
|
/PHP-7.0/ext/date/lib/ |
H A D | unixtime2tm.c | 204 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local() 262 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
|
H A D | timelib_structs.h | 234 unsigned int is_dst; member
|
H A D | parse_tz.c | 491 tmp->is_dst = to->isdst; in timelib_get_time_zone_info() 496 tmp->is_dst = 0; in timelib_get_time_zone_info()
|
H A D | tm2unixtime.c | 436 tz->dst = gmt_offset->is_dst; in do_adjust_timezone()
|
/PHP-7.0/ext/date/ |
H A D | php_date.c | 1098 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 D | UPGRADING | 449 . Removed $is_dst parameter from mktime() and gmmktime().
|
H A D | NEWS | 2460 . Removed $is_dst parameter from mktime() and gmmktime(). (Nikita)
|
Completed in 43 milliseconds