3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTimeImmutable(); $monday = $date->modify('monday this week'); $sunday = $date->modify('sunday this week'); var_dump($monday->format(DateTime::ATOM), $sunday->format(DateTime::ATOM));

preferences:
39.01 ms | 402 KiB | 5 Q