3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test_date = "08/02/2012"; $todays_date = date("d/m/Y"); echo strtotime($test_date); if (strtotime($test_date) < strtotime($todays_date)) { echo "Past"; } else { echo "Future"; } ?>

preferences:
42.02 ms | 402 KiB | 5 Q