3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time_start = new DateTime('2014-10-02'); echo $time_start->format('r') . "\n"; $time_start->modify('first day of this month'); echo $time_start->format('r') . "\n"; $time_start->setTimestamp(1412768637); echo $time_start->format('r') . "\n";
Output for git.master, git.master_jit, rfc.property-hooks
Thu, 02 Oct 2014 00:00:00 +0200 Wed, 01 Oct 2014 00:00:00 +0200 Wed, 08 Oct 2014 13:43:57 +0200

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