3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = '2015-03-16'; // monday echo date("Y-m-d", strtotime('monday this week', strtotime($date))), "\n"; echo date("Y-m-d", strtotime('sunday this week', strtotime($date))), "\n";

preferences:
49.8 ms | 402 KiB | 5 Q