3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = new DateTime(); echo json_encode($now->format(\DateTime::ISO8601)); $new = new DateTime('2016-01-12T10:25:29+0100'); echo $new->format('dd.mm.yy'); 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:26:12+0100"1212.0101.1616{"date":"2014-12-22 08:31:53.000000","timezone_type":1,"timezone":"+00:00"}2222.1212.1414

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:
54.47 ms | 401 KiB | 8 Q