3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTime(); $punchIn = new DateTime(); // 10:55 am $punchIn->setTime(11,00); print_r( (int)$now->diff($punchIn)->format('%i') );

preferences:
35.72 ms | 402 KiB | 5 Q