tony2001 Thu Jul 27 08:14:51 2006 UTC
Modified files:
/php-src/ext/calendar/tests jdtomonthname.phpt
Log:
MFB: fix test on 64bit machines
http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/jdtomonthname.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/calendar/tests/jdtomonthname.phpt
diff -u php-src/ext/calendar/tests/jdtomonthname.phpt:1.1
php-src/ext/calendar/tests/jdtomonthname.phpt:1.2
--- php-src/ext/calendar/tests/jdtomonthname.phpt:1.1 Tue Jul 11 14:15:38 2006
+++ php-src/ext/calendar/tests/jdtomonthname.phpt Thu Jul 27 08:14:51 2006
@@ -10,7 +10,7 @@
2440588,
-1,
array(),
- 1000000000
+ 10000000
);
foreach ($jd_days as $jd_day) {
@@ -62,10 +62,10 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php