Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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 Dgmstrftime_variation5.phpt23 'Time zone offset' => "%Z",
24 'Time zone offset' => "%z",
48 --Time zone offset--
H A Dstrftime_variation5.phpt22 'Time zone offset' => "%Z",
23 'Time zone offset' => "%z",
47 --Time zone offset--
H A DDateTime_setTimezone_basic1.phpt6 * Description: Sets the time zone for the DateTime object
13 //Set the default time zone
H A Ddate_timezone_set_basic1.phpt6 * Description: Sets the time zone for the DateTime object
13 //Set the default time zone
H A DDateTime_clone_basic4.phpt5 //Set the default time zone
8 //Set the default time zone
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bd2)
15 * For backward transitions, must create objects with zone type 2
17 * then converting them to zone type 3.
H A D004.phpt10 foreach ($tz as $zone) {
11 date_default_timezone_set($zone);
H A Didate_variation5.phpt26 'Time zone offset' => 'Z'
60 --Time zone offset--
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 Ddate_parse_001.phpt106 ["zone"]=>
230 ["zone"]=>
266 ["zone"]=>
H A Dbug26090.phpt2 Bug #26090 (allow colons in time zone offset to strtotime())
H A Dbug66985.phpt14 foreach ( $zones as $zone )
16 $d = new DateTimeZone( $zone );
H A DDateTime_extends_basic3.phpt5 //Set the default time zone
H A DDateTimeZone_serialize_type_1.phpt5 //Set the default time zone
H A DDateTimeZone_serialize_type_2.phpt5 //Set the default time zone
/PHP-5.5/ext/intl/doc/
H A Ddatefmt_api.php180 * @param string $zone zone ID string of the time zone to use.
186 public function setTimeZoneId($zone) {} argument
371 * @param string $zone zone ID string of the time zone to use.
377 function datefmt_set_timezone_id($fmt , $zone) {} argument
/PHP-5.5/ext/intl/tests/
H A Dcalendar_setTimeZone_error2.phpt25 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: time zone id 'WEST' extracted from ext…
28 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: object has an time zone offset that's …
H A Dcalendar_fromDateTime_error.phpt50 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: object has an time zone offset that'…
53 Warning: IntlCalendar::fromDateTime(): intlcal_from_date_time: time zone id 'WEST' extracted from e…
H A Ddateformat_setTimeZone_error.phpt38 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'Array' in %s o…
46 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: no such time zone: 'non existing t…
H A Ddateformat_setTimeZoneID_deprecation.phpt21 …Id(): Use datefmt_set_timezone() instead, which also accepts a plain time zone identifier and for …
/PHP-5.5/tests/lang/
H A Dcompare_objects_basic2.phpt7 //Set the default time zone

Completed in 64 milliseconds

123456789