3v4l.org

run code in 300+ PHP versions simultaneously
<?php $today = new DateTime(); echo "<select name='days'>"; for ($day = 0; $day < 21; $day++) { echo "<option value='".$today->getTimestamp()."'>".$today->format('l jS \of F Y')."</option>"; $today->add(new DateInterval("P1D")); } echo "</select>";
Output for git.master, git.master_jit, rfc.property-hooks
<select name='days'><option value='1598407980'>Wednesday 26th of August 2020</option><option value='1598494380'>Thursday 27th of August 2020</option><option value='1598580780'>Friday 28th of August 2020</option><option value='1598667180'>Saturday 29th of August 2020</option><option value='1598753580'>Sunday 30th of August 2020</option><option value='1598839980'>Monday 31st of August 2020</option><option value='1598926380'>Tuesday 1st of September 2020</option><option value='1599012780'>Wednesday 2nd of September 2020</option><option value='1599099180'>Thursday 3rd of September 2020</option><option value='1599185580'>Friday 4th of September 2020</option><option value='1599271980'>Saturday 5th of September 2020</option><option value='1599358380'>Sunday 6th of September 2020</option><option value='1599444780'>Monday 7th of September 2020</option><option value='1599531180'>Tuesday 8th of September 2020</option><option value='1599617580'>Wednesday 9th of September 2020</option><option value='1599703980'>Thursday 10th of September 2020</option><option value='1599790380'>Friday 11th of September 2020</option><option value='1599876780'>Saturday 12th of September 2020</option><option value='1599963180'>Sunday 13th of September 2020</option><option value='1600049580'>Monday 14th of September 2020</option><option value='1600135980'>Tuesday 15th of September 2020</option></select>

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:
27.98 ms | 409 KiB | 5 Q