3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set("America/New_York"); $xx = new DateTime(); $x = $xx->format('W'); $now = new DateTime('Sunday of week ' . $x); $y = $now->format('D'); echo $y;

preferences:
38.67 ms | 402 KiB | 5 Q