3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rundenstart = strtotime(2015/05/31 00:00:00); $sekunden = time() - $rundenstart; $tage = floor($sekunden / 86400); var_dump($tage) $bonus = floor($tage / 4) * 100000; var_dump($bonus)
Output for 7.0.0 - 7.0.1
Parse error: syntax error, unexpected '00' (T_LNUMBER), expecting ',' or ')' in /in/cD8UG on line 3
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected '00' (T_LNUMBER) in /in/cD8UG on line 3
Process exited with code 255.

preferences:
181.61 ms | 1395 KiB | 25 Q