3v4l.org

run code in 300+ PHP versions simultaneously
<?php $first_day_of_week = date('l'); $date = intval(date('l')); if ($date <= 7 && $first_day_of_week == 'Monday') { // It's the first Monday of the month. echo "this is the first Tuesday of the week"; } ?>

preferences:
35.32 ms | 402 KiB | 5 Q