3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var1 = date('G'); $var2 = date('i'); $var3 = date('i'); print_r(array($1,$2,$3)); $lifetime = ((((24 - date('G')) * 60) + 60 - date('i')) * 60) + 60 - date('s');
Output for 5.4.0 - 5.4.22
Parse error: syntax error, unexpected '1' (T_LNUMBER), expecting variable (T_VARIABLE) or '$' in /in/RPW55 on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /in/RPW55 on line 7
Process exited with code 255.

preferences:
180.71 ms | 1395 KiB | 58 Q