We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7920b commit 0a2f367Copy full SHA for 0a2f367
ext/date/tests/multiple_calls_date_period_iterator_current.phpt
@@ -15,24 +15,24 @@ $iter->current()->setTimestamp(0);
15
var_dump($iter->current());
16
17
?>
18
---EXPECT--
19
-object(DateTime)#9 (3) {
+--EXPECTF--
+object(DateTime)#%d (3) {
20
["date"]=>
21
string(26) "2018-12-31 00:00:00.000000"
22
["timezone_type"]=>
23
int(3)
24
["timezone"]=>
25
string(3) "UTC"
26
}
27
28
29
30
31
32
33
34
35
36
37
38
0 commit comments