3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = '02/07/13'; if (strtotime($date) > time()) { echo 'in the future'; } else { echo 'not in the future'; }

preferences:
36.53 ms | 402 KiB | 5 Q