jani Tue Apr 8 11:58:03 2008 UTC
Modified files:
/php-src/ext/date/tests bug41523.phpt
Log:
- fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug41523.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/date/tests/bug41523.phpt
diff -u php-src/ext/date/tests/bug41523.phpt:1.3
php-src/ext/date/tests/bug41523.phpt:1.4
--- php-src/ext/date/tests/bug41523.phpt:1.3 Mon Feb 25 22:32:26 2008
+++ php-src/ext/date/tests/bug41523.phpt Tue Apr 8 11:58:03 2008
@@ -42,7 +42,13 @@
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 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php