summaryrefslogtreecommitdiff
path: root/ext/calendar/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-07-27 08:11:47 +0000
committerAntony Dovgal <tony2001@php.net>2006-07-27 08:11:47 +0000
commitddb577b9b822cf24048fb96739b152fcc6212dd8 (patch)
treec1e525e79bb2fc3b30aa2f10b0d02d0bdcc8d428 /ext/calendar/tests
parent97ef557b9762b2f352254424598591c0f466ca84 (diff)
downloadphp-git-ddb577b9b822cf24048fb96739b152fcc6212dd8.tar.gz
fix test on 64bit machines
Diffstat (limited to 'ext/calendar/tests')
-rw-r--r--ext/calendar/tests/jdtomonthname.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/calendar/tests/jdtomonthname.phpt b/ext/calendar/tests/jdtomonthname.phpt
index 1b5118a96f..76d127d6be 100644
--- a/ext/calendar/tests/jdtomonthname.phpt
+++ b/ext/calendar/tests/jdtomonthname.phpt
@@ -10,7 +10,7 @@ $jd_days = Array(
2440588,
-1,
array(),
- 1000000000
+ 10000000
);
foreach ($jd_days as $jd_day) {
@@ -62,10 +62,10 @@ bool(false)
Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
bool(false)
-string(0) ""
-string(0) ""
-string(0) ""
-string(0) ""
-string(6) "AdarII"
+string(3) "Dec"
+string(8) "December"
+string(3) "Jul"
+string(4) "July"
+string(6) "Tishri"
string(0) ""
Done