Searched refs:zone (Results 1 – 25 of 125) sorted by relevance
12345
/PHP-8.1/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 | date_format_timezone.phpt | 8 foreach ($tz as $zone) { 9 echo $zone, "\n"; 10 date_default_timezone_set($zone);
|
H A D | gmstrftime_variation5.phpt | 17 'Time zone offset' => "%Z", 18 'Time zone offset' => "%z", 49 --Time zone offset--
|
H A D | strftime_variation5.phpt | 16 'Time zone offset' => "%Z", 17 'Time zone offset' => "%z", 48 --Time zone offset--
|
H A D | DateTime_clone_basic4.phpt | 5 //Set the default time zone 8 //Set the default time zone
|
H A D | 004.phpt | 10 foreach ($tz as $zone) { 11 date_default_timezone_set($zone);
|
H A D | idate_variation5.phpt | 20 'Time zone offset' => 'Z' 53 --Time zone offset--
|
H A D | rfc-datetime_and_daylight_saving_time-type3-bd2.phpt | 2 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 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 | ini_set_incorrect.phpt | 2 Test invalid time zone passed to ini_set
|
H A D | date_date_set_basic1.phpt | 5 //Set the default time zone
|
H A D | bug26090.phpt | 2 Bug #26090 (allow colons in time zone offset to strtotime())
|
/PHP-8.1/ext/intl/tests/ |
H A D | dateformat_setTimeZone_error.phpt | 20 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 D | calendar_setTimeZone_error2.phpt | 22 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 D | calendar_fromDateTime_error.phpt | 33 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 D | timezone_createTimeZoneIDEnumeration_error.phpt | 12 …reateTimeZoneIDEnumeration(): intltz_create_time_zone_id_enumeration: bad zone type in %s on line …
|
H A D | timezone_createTimeZone_error.phpt | 12 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: could not convert time zone id to…
|
H A D | timezone_countEquivalentIDs_error.phpt | 12 …countEquivalentIDs(): intltz_count_equivalent_ids: could not convert time zone id to UTF-16 in %s …
|
H A D | timezone_getCanonicalID_error.phpt | 12 Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: could not convert time zone id to…
|
H A D | timezone_getEquivalentID_error.phpt | 12 Warning: IntlTimeZone::getEquivalentID(): intltz_get_equivalent_id: could not convert time zone id …
|
H A D | timezone_fromDateTimeZone_error.phpt | 15 Warning: IntlTimeZone::fromDateTimeZone(): intltz_from_date_time_zone: time zone id 'WEST' extracte…
|
/PHP-8.1/ext/date/lib/ |
H A D | README.rst | 8 It is the library supporting PHP's Date/Time extension and MongoDB's time zone
|
Completed in 32 milliseconds
12345