3v4l.org

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

preferences:
180.9 ms | 1395 KiB | 53 Q