3v4l.org

run code in 300+ PHP versions simultaneously
<?php print date_create('next week tuesday')->format('d-m-Y'."\n"); print date_create('wednesday next week')->format('d-m-Y'."\n"); print date_create('thursday next week')->format('d-m-Y'."\n"); print date_create('friday next week')->format('d-m-Y'."\n"); print date_create('saturday next week')->format('d-m-Y'."\n"); print date_create('sunday next week')->format('d-m-Y'."\n"); print date_create('monday next week')->format('d-m-Y'."\n"); print date_create('tuesday +2 weeks')->format('d-m-Y'."\n");
Output for git.master, git.master_jit, rfc.property-hooks
18-02-2014 19-02-2014 20-02-2014 21-02-2014 22-02-2014 23-02-2014 17-02-2014 04-03-2014

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