From: Antony Dovgal Date: Thu, 27 Jul 2006 08:11:47 +0000 (+0000) Subject: fix test on 64bit machines X-Git-Tag: php-5.2.0RC2~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddb577b9b822cf24048fb96739b152fcc6212dd8;p=php fix test on 64bit machines --- 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