3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tz = new DateTimeZone("UTC"); $STRING = "21.03.2016 08:40"; $dateTimeObj = DateTime::createFromFormat("n.j.Y G:i", $dateTimeString, $tz); print_r($dateTimeObj)
Output for 7.1.0 - 7.1.17, 7.2.0 - 7.2.7
Parse error: syntax error, unexpected end of file in /in/GKGDY on line 7
Process exited with code 255.

preferences:
169.62 ms | 1395 KiB | 33 Q