3v4l.org

run code in 300+ PHP versions simultaneously
<?php $1 = date('G'); $2 = date('i'); $3 = date('i'); print_r(array($1,$2,$3)); echo ((((24 - $1) * 60) + 60 - $2) * 60) + 60 - $3;
Output for 5.4.0 - 5.4.22
Parse error: syntax error, unexpected '1' (T_LNUMBER), expecting variable (T_VARIABLE) or '$' in /in/DMFqn on line 3
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/DMFqn on line 3
Process exited with code 255.

preferences:
196.1 ms | 1395 KiB | 58 Q