3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! var_dump(DateTime::createFromFormat('Y-m-d\\TH:i:s\\Z', '1970-02-01T18:00:00Z')->format('Y-m-d\\TH:i:s\\Z')); var_dump(DateTime::createFromFormat('Y-m-d\\TH:i:s\\Z', '1970-02-01T18:00:00Z'), new DateTimeZone('Europe/London')->format('Y-m-d\\TH:i:s\\Z'));
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /in/KBqCN on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/KBqCN on line 5
Process exited with code 255.

preferences:
171.94 ms | 1399 KiB | 53 Q