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->__toString(); echo json_encode(new DateTime('@1419237113')); $datetime = new DateTime('2014-12-22 08:31:53'); echo $datetime->__toString();
Output for git.master, git.master_jit, rfc.property-hooks
"2016-01-12T10:26:29+0100" Fatal error: Uncaught Error: Call to undefined method DateTime::__toString() in /in/BHUVm:6 Stack trace: #0 {main} thrown in /in/BHUVm 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:
48.81 ms | 401 KiB | 8 Q