Skip to content

Commit c1e84a3

Browse files
committed
ignore second value for huge timestamp test (new zic)
1 parent 194e649 commit c1e84a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/date/tests/getdate_variation7.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var_dump( getdate($timestamp) );
2727
-- Testing getdate\(\) function by passing float 12.3456789000e10 value to timestamp --
2828
array\(11\) {
2929
\["seconds"\]=>
30-
int\((36|0)\)
30+
int\((.+)\)
3131
\["minutes"\]=>
3232
int\((43|0)\)
3333
\["hours"\]=>
@@ -53,7 +53,7 @@ array\(11\) {
5353
-- Testing getdate\(\) function by passing float -12.3456789000e10 value to timestamp --
5454
array\(11\) {
5555
\["seconds"\]=>
56-
int\((44|12|20)\)
56+
int\((.+)\)
5757
\["minutes"\]=>
5858
int\((39|23)\)
5959
\["hours"\]=>

0 commit comments

Comments
 (0)