From: Antony Dovgal Date: Thu, 27 Jul 2006 08:14:51 +0000 (+0000) Subject: MFB: fix test on 64bit machines X-Git-Tag: RELEASE_1_0_0RC1~2208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d6bd77429d2e96329070249c31d63dd392a97e4;p=php MFB: 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