3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime("2014-02-26T09:08:37+0000"); print $date->format("G:i d, F Y"); print "<br />" print date("G:i d, F Y", strtotime("2014-02-26T09:08:37+0000"));
Output for 5.4.0 - 5.4.25
Parse error: syntax error, unexpected 'print' (T_PRINT) in /in/VYj4n on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_PRINT in /in/VYj4n on line 5
Process exited with code 255.

preferences:
182.98 ms | 1395 KiB | 62 Q