Home
last modified time | relevance | path

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

1234

/php-src/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt11 $tz = new DateTimeZone("Europe/London");
13 $tran = $tz->getTransitions(-306972000, -37241999);
H A D004.phpt7 $tz = array("UTC", "Asia/Jerusalem", "America/Chicago", "Europe/London");
10 foreach ($tz as $zone) {
H A Dgh10747-2.phpt12 function __construct($tz)
14 parent::__construct($tz);
H A Dbug64992.phpt7 $tz = 'America/Los_Angeles';
16 echo "Time Zone offset for $tz for " , $dt->format('Y-m-d') , " is $gmto\n";
H A DDateTimeZone_getTransitions_bug1.phpt11 $tz = new DateTimeZone($tzid);
12 foreach ($tz->getTransitions($from, $to) as $t) {
H A Dgh10747-3.phpt12 function __construct($tz)
14 parent::__construct($tz);
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 DDateTimeZone_serialize_errors.phpt8 $tz = unserialize($serialized);
H A Ddate_time_immutable-inherited.phpt7 $tz = new DateTimeZone("Asia/Tokyo");
H A Dgh10583.phpt2 Bug GH-10583 (DateTime modify with tz pattern should not update linked timezone)
H A Dbug79580.phpt5 $tz = timezone_open( "UTC" );
/php-src/ext/intl/tests/
H A Dtimezone_windowsID_basic2.phpt23 foreach ($tzs as $tz) {
24 var_dump(IntlTimeZone::getWindowsID($tz));
H A Dtimezone_getOffset_error.phpt16 $tz = IntlTimeZone::createTimeZone('Europe/Lisbon');
17 var_dump($tz->getOffset(INF, true, $a, $a));
H A Dtimezone_windowsID_basic.phpt24 foreach ($tzs as $tz) {
25 var_dump(IntlTimeZone::getWindowsID($tz));
H A Ddateformat_get_set_calendar.phpt28 //changing the calendar with a cal type should not change tz
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp75 TimeZone *tz = TimeZone::createTimeZone(tzstr); in set_gregorian_calendar_time_zone() local
76 gcal->adoptTimeZone(tz); in set_gregorian_calendar_time_zone()
146 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body() local
148 if (tz == NULL) { in _php_intlgregcal_constructor_body()
162 gcal = new GregorianCalendar(tz, Locale::createFromName(locale), in _php_intlgregcal_constructor_body()
171 delete tz; in _php_intlgregcal_constructor_body()
/php-src/ext/date/lib/
H A Dtimelib.h728 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
770 void timelib_tzinfo_dtor(timelib_tzinfo *tz);
777 timelib_tzinfo* timelib_tzinfo_clone(timelib_tzinfo *tz);
785 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
795 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
808 int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_…
830 void timelib_dump_tzinfo(timelib_tzinfo *tz);
896 timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *tz);
1097 void timelib_get_transitions_for_year(timelib_tzinfo *tz, timelib_sll year, timelib_posix_transitio…
H A Dtimelib_private.h163 ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transi…
167 ttinfo* timelib_fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_t…
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp296 const TimeZone *tz; in TimeZone_get_debug_info() local
307 tz = to->utimezone; in TimeZone_get_debug_info()
309 if (tz == NULL) { in TimeZone_get_debug_info()
318 tz->getID(ustr); in TimeZone_get_debug_info()
329 tz->getOffset(now, false, rawOffset, dstOffset, uec); in TimeZone_get_debug_info()
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
92 tz = timezone_convert_datetimezone(tzobj->type, tzobj, false, NULL, in PHP_FUNCTION()
94 if (tz == NULL) { in PHP_FUNCTION()
98 timezone_object_construct(tz, return_value, 1); in PHP_FUNCTION()
109 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() local
110 timezone_object_construct(tz, return_value, 1); in PHP_FUNCTION()
/php-src/ext/intl/common/
H A Dcommon_date.h32 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
/php-src/ext/intl/tests/locale/
H A Dbug72809.phpt8 Locale::lookup(['en', 'en-US'], 'en-US-u-cu-EUR-tz-deber-fw-mon', true),
/php-src/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp70 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() local
71 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c2015 new_obj->tzi.tz = old_obj->tzi.tz; in date_object_clone_timezone()
2055 return strcmp(o1->tzi.tz->name, o2->tzi.tz->name) ? 1 : 0; in date_object_compare_timezone()
2448 tzi = tzobj->tzi.tz; in php_date_initialize()
2881 tzobj->tzi.tz = tzi; in php_date_initialize_from_hash()
4041 zend_string *tz; in PHP_FUNCTION() local
4050 if (!timezone_initialize(tzobj, ZSTR_VAL(tz), ZSTR_LEN(tz), &warning_message)) { in PHP_FUNCTION()
4062 zend_string *tz; in PHP_METHOD() local
4071 if (!timezone_initialize(tzobj, ZSTR_VAL(tz), ZSTR_LEN(tz), &exception_message)) { in PHP_METHOD()
4316 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[tzobj->tzi.tz in PHP_FUNCTION()
4366 if (tzobj->tzi.tz->posix_info && tzobj->tzi.tz->posix_info->dst_end) { in PHP_FUNCTION()
[all …]
/php-src/ext/openssl/tests/
H A Dsni_server_uk_key.pem18 Aae/tz/wYXJct86unfLh0xtvkx5Iz1we4cS1fZECgYA8YR+vfK7R8xUUuIVTAsOX

Completed in 78 milliseconds

1234