Skip to content

Commit 0a2f367

Browse files
committed
Fix date test
1 parent 5a7920b commit 0a2f367

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/date/tests/multiple_calls_date_period_iterator_current.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ $iter->current()->setTimestamp(0);
1515
var_dump($iter->current());
1616

1717
?>
18-
--EXPECT--
19-
object(DateTime)#9 (3) {
18+
--EXPECTF--
19+
object(DateTime)#%d (3) {
2020
["date"]=>
2121
string(26) "2018-12-31 00:00:00.000000"
2222
["timezone_type"]=>
2323
int(3)
2424
["timezone"]=>
2525
string(3) "UTC"
2626
}
27-
object(DateTime)#9 (3) {
27+
object(DateTime)#%d (3) {
2828
["date"]=>
2929
string(26) "2018-12-31 00:00:00.000000"
3030
["timezone_type"]=>
3131
int(3)
3232
["timezone"]=>
3333
string(3) "UTC"
3434
}
35-
object(DateTime)#9 (3) {
35+
object(DateTime)#%d (3) {
3636
["date"]=>
3737
string(26) "2018-12-31 00:00:00.000000"
3838
["timezone_type"]=>

0 commit comments

Comments
 (0)