3v4l.org

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

preferences:
34.41 ms | 402 KiB | 5 Q