3v4l.org

run code in 300+ PHP versions simultaneously
<?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 git.master, git.master_jit
Fatal error: Uncaught Error: Call to a member function getTimestamp() on bool in /in/uKH7Y:6 Stack trace: #0 {main} thrown in /in/uKH7Y on line 6
Process exited with code 255.
Output for rfc.property-hooks
Fatal error: Uncaught Error: Call to a member function getTimestamp() on false in /in/uKH7Y:6 Stack trace: #0 {main} thrown in /in/uKH7Y on line 6
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
53.69 ms | 401 KiB | 8 Q