mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix date test
This commit is contained in:
@@ -15,8 +15,8 @@ $iter->current()->setTimestamp(0);
|
||||
var_dump($iter->current());
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
object(DateTime)#9 (3) {
|
||||
--EXPECTF--
|
||||
object(DateTime)#%d (3) {
|
||||
["date"]=>
|
||||
string(26) "2018-12-31 00:00:00.000000"
|
||||
["timezone_type"]=>
|
||||
@@ -24,7 +24,7 @@ object(DateTime)#9 (3) {
|
||||
["timezone"]=>
|
||||
string(3) "UTC"
|
||||
}
|
||||
object(DateTime)#9 (3) {
|
||||
object(DateTime)#%d (3) {
|
||||
["date"]=>
|
||||
string(26) "2018-12-31 00:00:00.000000"
|
||||
["timezone_type"]=>
|
||||
@@ -32,7 +32,7 @@ object(DateTime)#9 (3) {
|
||||
["timezone"]=>
|
||||
string(3) "UTC"
|
||||
}
|
||||
object(DateTime)#9 (3) {
|
||||
object(DateTime)#%d (3) {
|
||||
["date"]=>
|
||||
string(26) "2018-12-31 00:00:00.000000"
|
||||
["timezone_type"]=>
|
||||
|
||||
Reference in New Issue
Block a user