We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d16411 commit 6d6bd77Copy full SHA for 6d6bd77
ext/calendar/tests/jdtomonthname.phpt
@@ -10,7 +10,7 @@ $jd_days = Array(
10
2440588,
11
-1,
12
array(),
13
- 1000000000
+ 10000000
14
);
15
16
foreach ($jd_days as $jd_day) {
@@ -62,10 +62,10 @@ bool(false)
62
63
Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
64
bool(false)
65
-string(0) ""
66
67
68
69
-string(6) "AdarII"
+string(3) "Dec"
+string(8) "December"
+string(3) "Jul"
+string(4) "July"
+string(6) "Tishri"
70
string(0) ""
71
Done
0 commit comments