3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTime(); echo json_encode($now->format(\DateTime::ISO8601)); echo new DateTime('2016-01-12T10:25:29+0100'); echo json_encode(new DateTime('@1419237113')); $datetime = new DateTime('2014-12-22 08:31:53'); echo $datetime->format('dd.mm.yy');
Output for git.master, git.master_jit, rfc.property-hooks
"2016-01-12T10:25:58+0100" Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in /in/eTOrl:5 Stack trace: #0 {main} thrown in /in/eTOrl on line 5
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.13 ms | 401 KiB | 8 Q