From: Derick Rethans Date: Sun, 7 Mar 2010 17:20:08 +0000 (+0000) Subject: - Fixed test case, there are Unicode keys here. X-Git-Tag: php-5.4.0alpha1~191^2~1887 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1afa750b955eca2cd6b6eb4accaddfafeae8688;p=php - Fixed test case, there are Unicode keys here. --- diff --git a/ext/date/tests/bug49778.phpt b/ext/date/tests/bug49778.phpt index 67c8e27f91..3fbe24ec0c 100644 --- a/ext/date/tests/bug49778.phpt +++ b/ext/date/tests/bug49778.phpt @@ -9,21 +9,21 @@ echo $i->format("%a"), "\n"; ?> --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