3v4l.org

run code in 300+ PHP versions simultaneously
<?php $target_date = "2016-01-12"; if ( strtotime($target_date) <= time() ) { echo 'yep'; } else { echo 'nope'; }
Output for 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.13, 7.3.0 - 7.3.1
yep

preferences:
77.04 ms | 402 KiB | 69 Q