derick Sun, 07 Mar 2010 17:20:08 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=295931
Log: - Fixed test case, there are Unicode keys here. Changed paths: U php/php-src/trunk/ext/date/tests/bug49778.phpt Modified: php/php-src/trunk/ext/date/tests/bug49778.phpt =================================================================== --- php/php-src/trunk/ext/date/tests/bug49778.phpt 2010-03-07 15:40:31 UTC (rev 295930) +++ php/php-src/trunk/ext/date/tests/bug49778.phpt 2010-03-07 17:20:08 UTC (rev 295931) @@ -9,21 +9,21 @@ ?> --EXPECT-- object(DateInterval)#1 (8) { - ["y"]=> + [u"y"]=> int(0) - ["m"]=> + [u"m"]=> int(0) - ["d"]=> + [u"d"]=> int(7) - ["h"]=> + [u"h"]=> int(0) - ["i"]=> + [u"i"]=> int(0) - ["s"]=> + [u"s"]=> int(0) - ["invert"]=> + [u"invert"]=> int(0) - ["days"]=> + [u"days"]=> bool(false) } 7
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php