From: Jani Taskinen Date: Tue, 8 Apr 2008 11:58:03 +0000 (+0000) Subject: - fix test X-Git-Tag: RELEASE_2_0_0b1~483 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fa8f52e7dee3710a13a047a6e23b0da6a4b729b;p=php - fix test --- diff --git a/ext/date/tests/bug41523.phpt b/ext/date/tests/bug41523.phpt index a74dd103da..90148ccbc7 100644 --- a/ext/date/tests/bug41523.phpt +++ b/ext/date/tests/bug41523.phpt @@ -42,7 +42,13 @@ array(12) { bool(false) } bool(false) -object(DateTime)#1 (0) { +object(DateTime)#1 (3) { + ["date"]=> + string(20) "-0001-11-30 00:00:00" + ["timezone_type"]=> + int(3) + ["timezone"]=> + string(3) "UTC" } -0001-11-30T00:00:00+0000 --UEXPECT-- @@ -75,6 +81,12 @@ array(12) { bool(false) } bool(false) -object(DateTime)#1 (0) { +object(DateTime)#1 (3) { + [u"date"]=> + unicode(20) "-0001-11-30 00:00:00" + [u"timezone_type"]=> + int(3) + [u"timezone"]=> + string(3) "UTC" } -0001-11-30T00:00:00+0000