3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('2012-08-01'); echo "<br>" echo strtotime('2012-08-03'); echo strtotime('2012-08-03'); echo strtotime('2012-08-06');
Output for 5.4.0 - 5.4.6
Parse error: syntax error, unexpected 'echo' (T_ECHO), expecting ',' or ';' in /in/utKM7 on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.16
Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in /in/utKM7 on line 4
Process exited with code 255.

preferences:
168.94 ms | 1386 KiB | 31 Q