3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Source: https://bugs.php.net/bug.php?id=62476 for ($d=55; $d<65; $d++) { $dt = DateTime::createFromFormat ('Y.z', "2012.$d"); $dd = $dt->format ('d.m.Y'); echo "$d $dd\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
55 25.02.2012 56 26.02.2012 57 27.02.2012 58 28.02.2012 59 29.02.2012 60 01.03.2012 61 02.03.2012 62 03.03.2012 63 04.03.2012 64 05.03.2012

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