3v4l.org

run code in 300+ PHP versions simultaneously
<?php If(date("N")>1){ $w = date("W")+2; }Else{ $w =date("W")+1; } $y = date("Y"); $d = date("Y\WWN", strtotime($y . "W" . $w . "2")); For($i=1; $i<7;$i++){ Echo date("Y-m-d", strtotime($d)+(86400*7)*$i) ."\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
2018-07-03 2018-07-10 2018-07-17 2018-07-24 2018-07-31 2018-08-07

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:
86.35 ms | 405 KiB | 5 Q