3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datetime = new DateTime( date('Y-m-d' ) ); if ( $datetime->format('w') > 0 ) $datetime->modify('last sunday'); echo $datetime->format('Y-m-d');

preferences:
59.44 ms | 402 KiB | 5 Q