Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/tests/
H A Dmktime_variation7.phpt106 foreach($inputs as $variation =>$is_dst) {
124 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
129 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
134 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
139 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
144 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
169 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
174 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
179 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
184 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
[all …]
H A Dmktime_basic1.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
23 $is_dst = 0;
31 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $is_dst) );
44 Deprecated: mktime(): The is_dst parameter is deprecated in %s on line %d
H A Dmktime_error.phpt5 …t $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -1 ]]]]]]] )
27 $is_dst = 0;
29 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $is_dst, $extra_arg) );
H A Ddate_parse_001.phpt108 ["is_dst"]=>
232 ["is_dst"]=>
268 ["is_dst"]=>
H A Dbug35499.phpt46 ["is_dst"]=>
H A Dgmmktime_error.phpt34 Deprecated: gmmktime(): The is_dst parameter is deprecated in %s on line %d
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-5.5/ext/standard/
H A Dmicrotime.c80 add_assoc_long(return_value, "dsttime", offset->is_dst); in _php_gettimeofday()
/PHP-5.5/ext/date/lib/
H A Dunixtime2tm.c199 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local()
257 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
H A Dtimelib_structs.h158 unsigned int is_dst; member
H A Dparse_tz.c485 tmp->is_dst = to->isdst; in timelib_get_time_zone_info()
490 tmp->is_dst = 0; in timelib_get_time_zone_info()
H A Dtm2unixtime.c424 tz->dst = gmt_offset->is_dst; in do_adjust_timezone()
/PHP-5.5/ext/date/
H A Dphp_date.c88 ZEND_ARG_INFO(0, is_dst)
98 ZEND_ARG_INFO(0, is_dst)
1078 offset->is_dst = t->dst; in date_format()
1084 offset->is_dst = 0; in date_format()
1149 case 'I': length = slprintf(buffer, 32, "%d", localtime ? offset->is_dst : 0); break; in date_format()
1289 offset->is_dst = t->dst; in php_idate()
1295 offset->is_dst = t->dst; in php_idate()
1343 case 'I': retval = (int) (!localtime ? offset->is_dst : 0); break; in php_idate()
1572 if (dst == 1 && tmp_offset->is_dst == 0) { in php_mktime()
1575 if (dst == 0 && tmp_offset->is_dst == 1) { in php_mktime()
[all …]

Completed in 47 milliseconds