Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/intl/tests/
H A Dtimezone_useDaylightTime_error.phpt11 $tz = IntlTimeZone::createTimeZone('Europe/Lisbon');
12 var_dump($tz->useDaylightTime('foo'));
H A Dtimezone_windowsID_basic2.phpt24 foreach ($tzs as $tz) {
25 var_dump(IntlTimeZone::getWindowsID($tz));
H A Dtimezone_windowsID_basic.phpt25 foreach ($tzs as $tz) {
26 var_dump(IntlTimeZone::getWindowsID($tz));
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.1/ext/date/tests/
H A DDateTimeZone_getName_error.phpt14 $tz = new DateTimeZone("Europe/London");
20 var_dump( $tz->getName($extra_arg) );
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.1/ext/intl/common/
H A Dcommon_date.h32 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
/PHP-7.1/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.1/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.1/ext/date/
H A Dphp_date.c1021 char *tz; in get_timezone_info() local
2325 new_obj->tzi.tz = old_obj->tzi.tz; in date_object_clone_timezone()
2681 tzi = tzobj->tzi.tz; in php_date_initialize()
2917 tzobj->tzi.tz = tzi; in php_date_initialize_from_hash()
3776 char *orig_tz = tz; in timezone_initialize()
3778 if (strlen(tz) != tz_len) { in timezone_initialize()
3802 char *tz; in PHP_FUNCTION() local
3822 char *tz; in PHP_METHOD() local
4027 add_assoc_long(&element, "offset", tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].offset); \ in PHP_FUNCTION()
4028 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.1/ext/openssl/tests/
H A Dsni_server_uk.pem18 Aae/tz/wYXJct86unfLh0xtvkx5Iz1we4cS1fZECgYA8YR+vfK7R8xUUuIVTAsOX
/PHP-7.1/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()

Completed in 45 milliseconds

1234