3v4l.org

run code in 300+ PHP versions simultaneously
<?php $target_date = "2014-05-01"; if ( strtotime($target_date) <= time() ) { echo 'yep'; } else { echo 'nope'; }

preferences:
38.66 ms | 402 KiB | 5 Q