Searched refs:zone (Results 1 – 25 of 201) sorted by relevance
123456789
/PHP-5.6/ext/date/tests/ |
H A D | bug41964.phpt | 10 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 D | bug46111.phpt | 10 foreach ($timezones as $zone) { 11 $date_string = "2008-01-01 13:00:00 " . $zone; 14 echo $zone . "\n";
|
H A D | gmstrftime_variation5.phpt | 23 'Time zone offset' => "%Z", 24 'Time zone offset' => "%z", 48 --Time zone offset--
|
H A D | strftime_variation5.phpt | 22 'Time zone offset' => "%Z", 23 'Time zone offset' => "%z", 47 --Time zone offset--
|
H A D | DateTime_setTimezone_basic1.phpt | 6 * Description: Sets the time zone for the DateTime object 13 //Set the default time zone
|
H A D | date_timezone_set_basic1.phpt | 6 * Description: Sets the time zone for the DateTime object 13 //Set the default time zone
|
H A D | DateTime_clone_basic4.phpt | 5 //Set the default time zone 8 //Set the default time zone
|
H A D | rfc-datetime_and_daylight_saving_time-type3-bd2.phpt | 2 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 D | 004.phpt | 10 foreach ($tz as $zone) { 11 date_default_timezone_set($zone);
|
H A D | idate_variation5.phpt | 26 'Time zone offset' => 'Z' 60 --Time zone offset--
|
H A D | bug45081.phpt | 2 Bug #45081 (strtotime incorrectly interprets SGT time zone)
|
H A D | bug44780.phpt | 2 Bug #44780 (some time zone offsets not recognized by timezone_name_from_abbr)
|
H A D | bug35143.phpt | 2 Bug #35143 (gettimeofday() ignores current time zone)
|
H A D | bug26090.phpt | 2 Bug #26090 (allow colons in time zone offset to strtotime())
|
H A D | date_parse_001.phpt | 106 ["zone"]=> 230 ["zone"]=> 266 ["zone"]=>
|
H A D | bug66985.phpt | 14 foreach ( $zones as $zone ) 16 $d = new DateTimeZone( $zone );
|
H A D | DateTimeZone_serialize_type_1.phpt | 5 //Set the default time zone
|
H A D | DateTime_extends_basic3.phpt | 5 //Set the default time zone
|
H A D | DateTimeZone_extends_basic1.phpt | 6 //Set the default time zone
|
H A D | DateTimeZone_serialize_type_2.phpt | 5 //Set the default time zone
|
/PHP-5.6/ext/intl/doc/ |
H A D | datefmt_api.php | 180 * @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.6/ext/intl/tests/ |
H A D | calendar_setTimeZone_error2.phpt | 25 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 D | calendar_fromDateTime_error.phpt | 50 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 D | dateformat_setTimeZone_error.phpt | 38 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…
|
/PHP-5.6/tests/lang/ |
H A D | compare_objects_basic2.phpt | 7 //Set the default time zone
|
Completed in 59 milliseconds
123456789