3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < 14; $i++) { $start = mktime(12 * ($i % 2), 0, 0, 1, floor($i / 2), 2016); $end = strtotime("next Monday 01:00:00", $start); printf("Next Monday 1am from <%s> is <%s>\n", date("D d M H:i", $start), date("D d M H:i", $end)); }
Output for git.master, git.master_jit, rfc.property-hooks
Next Monday 1am from <Thu 31 Dec 00:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Thu 31 Dec 12:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Fri 01 Jan 00:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Fri 01 Jan 12:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Sat 02 Jan 00:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Sat 02 Jan 12:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Sun 03 Jan 00:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Sun 03 Jan 12:00> is <Mon 04 Jan 01:00> Next Monday 1am from <Mon 04 Jan 00:00> is <Mon 11 Jan 01:00> Next Monday 1am from <Mon 04 Jan 12:00> is <Mon 11 Jan 01:00> Next Monday 1am from <Tue 05 Jan 00:00> is <Mon 11 Jan 01:00> Next Monday 1am from <Tue 05 Jan 12:00> is <Mon 11 Jan 01:00> Next Monday 1am from <Wed 06 Jan 00:00> is <Mon 11 Jan 01:00> Next Monday 1am from <Wed 06 Jan 12:00> is <Mon 11 Jan 01:00>

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:
177.39 ms | 407 KiB | 5 Q