Home
last modified time | relevance | path

Searched refs:tz (Results 51 – 73 of 73) sorted by relevance

123

/PHP-7.0/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt17 $tz = new DateTimeZone("Europe/London");
19 $tran = $tz->getTransitions(-306972000, -37241999);
H A DDateTimeZone_getTransitions_error.phpt14 $tz = new DateTimeZone("Europe/London");
23 var_dump( $tz->getTransitions($timestamp_begin, $timestamp_end, $extra_arg) );
H A D004.phpt7 $tz = array("UTC", "Asia/Jerusalem", "America/Chicago", "Europe/London");
10 foreach ($tz as $zone) {
H A Ddate_time_immutable.phpt7 $tz = new DateTimeZone("Asia/Tokyo");
50 $x = $z->setTimezone($tz);
54 $x = $z->setTimezone($tz);
58 $x = $z->setTimezone($tz);
H A Ddate_time_immutable-inherited.phpt7 $tz = new DateTimeZone("Asia/Tokyo");
H A Dtimezone_transitions_get_error.phpt13 $tz = timezone_open("Europe/London");
24 var_dump( timezone_transitions_get($tz, $timestamp_begin, $timestamp_end, $extra_arg) );
H A Dtimezone_transitions_get_variation2.phpt98 $tz = timezone_open("Europe/London");
103 $tran = timezone_transitions_get($tz, $timestamp_begin, $timestamp_end);
H A Dtimezone_transitions_get_variation3.phpt98 $tz = timezone_open("Europe/London");
103 $tran = timezone_transitions_get($tz, $timestamp_begin, $timestamp_end);
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_methods.cpp68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION() local
69 timezone_object_construct(tz, return_value, 1); in PHP_FUNCTION()
75 TimeZone *tz; in PHP_FUNCTION() local
94 tz = timezone_convert_datetimezone(tzobj->type, tzobj, FALSE, NULL, in PHP_FUNCTION()
96 if (tz == NULL) { in PHP_FUNCTION()
100 timezone_object_construct(tz, return_value, 1); in PHP_FUNCTION()
113 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() local
114 timezone_object_construct(tz, return_value, 1); in PHP_FUNCTION()
H A Dtimezone_class.cpp290 const TimeZone *tz; in TimeZone_get_debug_info() local
302 tz = to->utimezone; in TimeZone_get_debug_info()
304 if (tz == NULL) { in TimeZone_get_debug_info()
313 tz->getID(ustr); in TimeZone_get_debug_info()
324 tz->getOffset(now, FALSE, rawOffset, dstOffset, uec); in TimeZone_get_debug_info()
/PHP-7.0/ext/intl/common/
H A Dcommon_date.h32 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() local
86 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION()
/PHP-7.0/ext/date/
H A Dphp_date.c1009 char *tz; in get_timezone_info() local
2311 new_obj->tzi.tz = old_obj->tzi.tz; in date_object_clone_timezone()
2587 tzi = tzobj->tzi.tz; in php_date_initialize()
2822 tzobj->tzi.tz = tzi; in php_date_initialize_from_hash()
3674 char *orig_tz = tz; in timezone_initialize()
3676 if (strlen(tz) != tz_len) { in timezone_initialize()
3700 char *tz; in PHP_FUNCTION() local
3720 char *tz; in PHP_METHOD() local
3924 add_assoc_long(&element, "offset", tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].offset); \ in PHP_FUNCTION()
3925 add_assoc_bool(&element, "isdst", tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].isdst); \ in PHP_FUNCTION()
[all …]
H A Dphp_date.h152 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */ member
/PHP-7.0/ext/intl/tests/
H A Ddateformat_get_set_calendar.phpt28 //changing the calendar with a cal type should not change tz
H A Ddateformat_get_set_calendar_variant2.phpt28 //changing the calendar with a cal type should not change tz
H A Ddateformat_get_set_calendar_variant5.phpt28 //changing the calendar with a cal type should not change tz
H A Ddateformat_get_set_calendar_variant3.phpt29 //changing the calendar with a cal type should not change tz
H A Ddateformat_get_set_calendar_variant4.phpt29 //changing the calendar with a cal type should not change tz
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.cpp761 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() local
762 if (tz == NULL) { in PHP_FUNCTION()
768 timezone_object_construct(tz, return_value, 1); in PHP_FUNCTION()
1243 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION() local
1245 &tz, CALENDAR_ERROR_P(co), "intlcal_to_date_time", &tmp); in PHP_FUNCTION()
/PHP-7.0/ext/date/lib/
H A Dparse_date.re841 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
878 /* iso8601shorttz = hour24 [:] minutelz space? (tzcorrection | tz); */
879 iso8601normtz = 't'? hour24 [:.] minute [:.] secondlz space? (tzcorrection | tz);
880 /* iso8601longtz = hour24 [:] minute [:] secondlz frac space? (tzcorrection | tz); */
883 /* gnunocolontz = hour24lz minutelz space? (tzcorrection | tz); */
885 /* iso8601nocolontz = hour24lz minutelz secondlz space? (tzcorrection | tz); */
1629 tzcorrection | tz
1632 DEBUG_OUTPUT("tzcorrection | tz");
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c18594 int tz; /* Timezone offset in minutes */ member
18690 p->tz = 0; in parseTimezone()
18707 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
18753 p->validTZ = (p->tz!=0)?1:0; in parseHhMmSs()
18789 p->iJD -= p->tz*60000; in computeJD()
19054 x.tz = 0; in localtimeOffset()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic14640 >0x1c string tz \b, TinyProg compressed

Completed in 425 milliseconds

123