]> granicus.if.org Git - php/commitdiff
- fix test
authorJani Taskinen <jani@php.net>
Tue, 8 Apr 2008 11:58:03 +0000 (11:58 +0000)
committerJani Taskinen <jani@php.net>
Tue, 8 Apr 2008 11:58:03 +0000 (11:58 +0000)
ext/date/tests/bug41523.phpt

index a74dd103daec75e0e91f4823eef6b5ad820473c2..90148ccbc7ba5825718022b409983de1faa1ef26 100644 (file)
@@ -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