Skip to content

Commit 33e2aa4

Browse files
committed
Relax tests failing on i386 with new zic
1 parent cf3e976 commit 33e2aa4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/date/tests/getdate_variation7.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ array\(11\) {
6161
\["mday"\]=>
6262
int\((9|14|23)\)
6363
\["wday"\]=>
64-
int\(0\)
64+
int\((0|6)\)
6565
\["mon"\]=>
6666
int\((10|12)\)
6767
\["year"\]=>
6868
int\((2004|1901|-1943)\)
6969
\["yday"\]=>
7070
int\((282|347|295)\)
7171
\["weekday"\]=>
72-
string\(6\) "Sunday"
72+
string\((6|8)\) "(Sunday|Saturday)"
7373
\["month"\]=>
7474
string\((7|8)\) "(October|December)"
7575
\[0\]=>

ext/date/tests/localtime_variation3.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ array\(9\) {
8787
\[5\]=>
8888
int\((104|1|-3843)\)
8989
\[6\]=>
90-
int\(6\)
90+
int\((5|6)\)
9191
\[7\]=>
9292
int\((281|346|294)\)
9393
\[8\]=>
@@ -107,7 +107,7 @@ array\(9\) {
107107
\["tm_year"\]=>
108108
int\((104|1|-3843)\)
109109
\["tm_wday"\]=>
110-
int\(6\)
110+
int\((5|6)\)
111111
\["tm_yday"\]=>
112112
int\((281|346|294)\)
113113
\["tm_isdst"\]=>

0 commit comments

Comments
 (0)