3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = [ (new DateTimeImmutable())->format('c.u'), (new DateTimeImmutable())->modify('next day')->format('c.u'), (new DateTimeImmutable())->modify('tomorrow')->format('c.u'), (new DateTimeImmutable())->modify('next day')->modify('next day')->format('c.u'), (new DateTimeImmutable())->modify('tomorrow')->modify('tomorrow')->format('c.u'), ]; var_dump(...$d);

preferences:
34.63 ms | 402 KiB | 5 Q