3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php $event_date_format = DateTime::createFromFormat('Ymd', '2016-03-03'); setlocale(LC_TIME, 'de_DE', 'de_DE.UTF-8'); echo strftime("%A, %d. %B %Y", $event_date_format->getTimestamp()); // Donnerstag, 03. M�rz 2016 echo $event_date_format->format('F'); // March ?>
Output for 7.0.0
Parse error: syntax error, unexpected '<', expecting end of file in /in/4Tr8i on line 3
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected '<' in /in/4Tr8i on line 3
Process exited with code 255.

preferences:
163.73 ms | 1395 KiB | 24 Q