tony2001 Thu Jul 27 08:11:47 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/calendar/tests jdtomonthname.phpt Log: fix test on 64bit machines http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/jdtomonthname.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/calendar/tests/jdtomonthname.phpt diff -u php-src/ext/calendar/tests/jdtomonthname.phpt:1.1.2.2 php-src/ext/calendar/tests/jdtomonthname.phpt:1.1.2.3 --- php-src/ext/calendar/tests/jdtomonthname.phpt:1.1.2.2 Tue Jul 11 14:16:26 2006 +++ php-src/ext/calendar/tests/jdtomonthname.phpt Thu Jul 27 08:11:47 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