Home
last modified time | relevance | path

Searched refs:zone (Results 1 – 25 of 129) sorted by relevance

123456

/php-src/ext/date/tests/
H A Dbug41964.phpt10 var_dump($res['zone'], $res['tz_abbr']);
14 var_dump($res['zone'], $res['tz_abbr']);
18 var_dump($res['zone'], $res['tz_abbr']);
22 var_dump($res['zone'], $res['tz_abbr']);
26 var_dump($res['zone'], $res['tz_abbr']);
30 var_dump($res['zone'], $res['tz_abbr']);
34 var_dump($res['zone'], $res['tz_abbr']);
H A Dbug46111.phpt10 foreach ($timezones as $zone) {
11 $date_string = "2008-01-01 13:00:00 " . $zone;
14 echo $zone . "\n";
H A Ddate_format_timezone.phpt8 foreach ($tz as $zone) {
9 echo $zone, "\n";
10 date_default_timezone_set($zone);
H A Dgmstrftime_variation5.phpt17 'Time zone offset' => "%Z",
18 'Time zone offset' => "%z",
49 --Time zone offset--
H A Dstrftime_variation5.phpt16 'Time zone offset' => "%Z",
17 'Time zone offset' => "%z",
48 --Time zone offset--
H A DDateTime_clone_basic4.phpt5 //Set the default time zone
8 //Set the default time zone
H A D004.phpt10 foreach ($tz as $zone) {
11 date_default_timezone_set($zone);
H A Didate_variation5.phpt20 'Time zone offset' => 'Z'
53 --Time zone offset--
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2)
13 * For backward transitions, must create objects with zone type 2
15 * then converting them to zone type 3.
H A Dbug45081.phpt2 Bug #45081 (strtotime incorrectly interprets SGT time zone)
H A Dbug44780.phpt2 Bug #44780 (some time zone offsets not recognized by timezone_name_from_abbr)
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
H A Dini_set_incorrect.phpt2 Test invalid time zone passed to ini_set
H A Dbug74524.phpt2 Bug #74524 (Date diff is bad calculated, in same time zone)
H A Ddate_date_set_basic1.phpt5 //Set the default time zone
H A Dgh8730.phpt2 Bug GH-8730 (DateTime::diff miscalculation is same time zone of different type)
H A Dbug26090.phpt2 Bug #26090 (allow colons in time zone offset to strtotime())
/php-src/ext/intl/tests/
H A Ddateformat_setTimeZone_error.phpt20 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s o…
23 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing t…
H A Dcalendar_setTimeZone_error2.phpt22 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: time zone id 'WEST' extracted from ext…
25 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: object has an time zone offset that's …
H A Dcalendar_fromDateTime_error.phpt33 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: object has an time zone offset that'…
36 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: time zone id 'WEST' extracted from e…
H A Dtimezone_createTimeZoneIDEnumeration_error.phpt12 Warning: IntlTimeZone::createTimeZoneIDEnumeration(): bad zone type in %s on line %d
H A Dtimezone_createTimeZone_error.phpt12 Warning: IntlTimeZone::createTimeZone(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtimezone_countEquivalentIDs_error.phpt12 Warning: IntlTimeZone::countEquivalentIDs(): could not convert time zone id to UTF-16 in %s on line…
H A Dtimezone_getCanonicalID_error.phpt12 Warning: IntlTimeZone::getCanonicalID(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtimezone_getEquivalentID_error.phpt12 Warning: IntlTimeZone::getEquivalentID(): could not convert time zone id to UTF-16 in %s on line %d

Completed in 26 milliseconds

123456