99 lines
3.5 KiB
Diff
99 lines
3.5 KiB
Diff
|
diff -up ./ext/date/tests/bug33414-2.phpt.datetests ./ext/date/tests/bug33414-2.phpt
|
||
|
--- ./ext/date/tests/bug33414-2.phpt.datetests 2020-04-09 14:06:11.000000000 +0200
|
||
|
+++ ./ext/date/tests/bug33414-2.phpt 2020-04-09 14:40:00.809433489 +0200
|
||
|
@@ -74,10 +74,10 @@ $strtotime_tstamp = strtotime("next Frid
|
||
|
print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
|
||
|
print "wanted=Friday 00:00:00\n\n";
|
||
|
?>
|
||
|
---EXPECT--
|
||
|
+--EXPECTF--
|
||
|
TZ=Pacific/Rarotonga - wrong day.
|
||
|
-tStamp=Thursday 1970-01-01 17:17:17 -1030 0
|
||
|
-result=Tuesday 1970-01-06 00:00:00 -1030 0
|
||
|
+tStamp=Thursday 1970-01-01 17:17:17 %s
|
||
|
+result=Tuesday 1970-01-06 00:00:00 %s
|
||
|
wanted=Tuesday 00:00:00
|
||
|
|
||
|
TZ=Atlantic/South_Georgia - wrong day.
|
||
|
@@ -91,13 +91,13 @@ result=Monday 2005-04-04 00:00:00 EDT 1
|
||
|
wanted=Monday 00:00:00
|
||
|
|
||
|
TZ=Pacific/Enderbury - wrong day, off by 2 days.
|
||
|
-tStamp=Thursday 1970-01-01 17:17:17 -12 0
|
||
|
-result=Monday 1970-01-05 00:00:00 -12 0
|
||
|
+tStamp=Thursday 1970-01-01 17:17:17 %s
|
||
|
+result=Monday 1970-01-05 00:00:00 %s
|
||
|
wanted=Monday 00:00:00
|
||
|
|
||
|
TZ=Pacific/Kiritimati - wrong day, off by 2 days.
|
||
|
-tStamp=Thursday 1970-01-01 17:17:17 -1040 0
|
||
|
-result=Monday 1970-01-05 00:00:00 -1040 0
|
||
|
+tStamp=Thursday 1970-01-01 17:17:17 %s
|
||
|
+result=Monday 1970-01-05 00:00:00 %s
|
||
|
wanted=Monday 00:00:00
|
||
|
|
||
|
TZ=America/Managua - wrong day.
|
||
|
@@ -106,13 +106,13 @@ result=Tuesday 2005-04-12 00:00:00 CDT 1
|
||
|
wanted=Tuesday 00:00:00
|
||
|
|
||
|
TZ=Pacific/Pitcairn - wrong day.
|
||
|
-tStamp=Thursday 1970-01-01 17:17:17 -0830 0
|
||
|
-result=Wednesday 1970-01-07 00:00:00 -0830 0
|
||
|
+tStamp=Thursday 1970-01-01 17:17:17 %s
|
||
|
+result=Wednesday 1970-01-07 00:00:00 %s
|
||
|
wanted=Wednesday 00:00:00
|
||
|
|
||
|
TZ=Pacific/Fakaofo - wrong day.
|
||
|
-tStamp=Thursday 1970-01-01 17:17:17 -11 0
|
||
|
-result=Saturday 1970-01-03 00:00:00 -11 0
|
||
|
+tStamp=Thursday 1970-01-01 17:17:17 %s
|
||
|
+result=Saturday 1970-01-03 00:00:00 %s
|
||
|
wanted=Saturday 00:00:00
|
||
|
|
||
|
TZ=Pacific/Johnston - wrong day.
|
||
|
diff -up ./ext/date/tests/bug66985.phpt.datetests ./ext/date/tests/bug66985.phpt
|
||
|
--- ./ext/date/tests/bug66985.phpt.datetests 2020-04-09 14:06:11.000000000 +0200
|
||
|
+++ ./ext/date/tests/bug66985.phpt 2020-04-09 14:40:37.099288185 +0200
|
||
|
@@ -3,7 +3,7 @@ Bug #66985 (Some timezones are no longer
|
||
|
--FILE--
|
||
|
<?php
|
||
|
$zones = array(
|
||
|
- "CST6CDT", "Cuba", "Egypt", "Eire", "EST5EDT", "Factory", "GB-Eire",
|
||
|
+ "CST6CDT", "Cuba", "Egypt", "Eire", "EST5EDT", "GB-Eire",
|
||
|
"GMT0", "Greenwich", "Hongkong", "Iceland", "Iran", "Israel", "Jamaica",
|
||
|
"Japan", "Kwajalein", "Libya", "MST7MDT", "Navajo", "NZ-CHAT", "Poland",
|
||
|
"Portugal", "PST8PDT", "Singapore", "Turkey", "Universal", "W-SU",
|
||
|
@@ -45,11 +45,6 @@ DateTimeZone Object
|
||
|
)
|
||
|
DateTimeZone Object
|
||
|
(
|
||
|
- [timezone_type] => 3
|
||
|
- [timezone] => Factory
|
||
|
-)
|
||
|
-DateTimeZone Object
|
||
|
-(
|
||
|
[timezone_type] => 3
|
||
|
[timezone] => GB-Eire
|
||
|
)
|
||
|
diff -up ./ext/date/tests/strtotime3-64bit.phpt.datetests ./ext/date/tests/strtotime3-64bit.phpt
|
||
|
--- ./ext/date/tests/strtotime3-64bit.phpt.datetests 2020-04-09 14:06:11.000000000 +0200
|
||
|
+++ ./ext/date/tests/strtotime3-64bit.phpt 2020-04-09 14:40:00.809433489 +0200
|
||
|
@@ -44,7 +44,7 @@ foreach ($strs as $str) {
|
||
|
}
|
||
|
|
||
|
?>
|
||
|
---EXPECT--
|
||
|
+--EXPECTF--
|
||
|
bool(false)
|
||
|
bool(false)
|
||
|
string(31) "Thu, 15 Jun 2006 00:00:00 +0100"
|
||
|
@@ -53,7 +53,7 @@ bool(false)
|
||
|
string(31) "Fri, 16 Jun 2006 23:49:12 +0100"
|
||
|
bool(false)
|
||
|
string(31) "Fri, 16 Jun 2006 02:22:00 +0100"
|
||
|
-string(31) "Sun, 16 Jun 0222 02:22:00 -0036"
|
||
|
+string(31) "Sun, 16 Jun 0222 02:22:00 %s"
|
||
|
string(31) "Fri, 16 Jun 2006 02:22:33 +0100"
|
||
|
bool(false)
|
||
|
string(31) "Tue, 02 Mar 2004 00:00:00 +0000"
|