3v4l.org

run code in 300+ PHP versions simultaneously
<?php $month=12; $year=2014; $thisContract['startDate']='2014-12-31'; $hasntStarted = (strtotime($month.'/1/'.$year)<=strtotime($thisContract['startDate'])); echo $hasntStarted;

preferences:
33.91 ms | 402 KiB | 5 Q