Skip to content

Commit 6d6bd77

Browse files
committed
MFB: fix test on 64bit machines
1 parent 0d16411 commit 6d6bd77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ext/calendar/tests/jdtomonthname.phpt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $jd_days = Array(
1010
2440588,
1111
-1,
1212
array(),
13-
1000000000
13+
10000000
1414
);
1515

1616
foreach ($jd_days as $jd_day) {
@@ -62,10 +62,10 @@ bool(false)
6262

6363
Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
6464
bool(false)
65-
string(0) ""
66-
string(0) ""
67-
string(0) ""
68-
string(0) ""
69-
string(6) "AdarII"
65+
string(3) "Dec"
66+
string(8) "December"
67+
string(3) "Jul"
68+
string(4) "July"
69+
string(6) "Tishri"
7070
string(0) ""
7171
Done

0 commit comments

Comments
 (0)