3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set(); $timeNow = strtotime(date('h:i')); $lastShip = strtotime('15:00'); $diff = $lastShip - $timeNow; if($diff){ $shippingResult ='Only '.date('h', $diff).' hours and '.date('i', $diff).' minutes to to get same day dispatch'; }else{ #do nothing.date('H:i', $diff) } echo $shippingResult
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in /in/8ct1T on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /in/8ct1T on line 12
Process exited with code 255.

preferences:
180.36 ms | 1399 KiB | 65 Q