3v4l.org

run code in 300+ PHP versions simultaneously
<?php function isCheckInTooSoon($lowerLimit) { //$currentHours = $this->get('TimeService')->getCurrentHour(); $currentHours = date('Hi'); return $currentHours < $lowerLimit; } var_dump(isCheckInTooSoon('2015'));

preferences:
78.09 ms | 402 KiB | 5 Q