3v4l.org

run code in 300+ PHP versions simultaneously
<?php $week_number = 40; $year = 2008; for($day=1; $day<=7; $day++) { echo date('m/d/Y', strtotime($year."W".str_pad($week_number,2,'0',STR_PAD_LEFT).$day))."\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
09/29/2008 09/30/2008 10/01/2008 10/02/2008 10/03/2008 10/04/2008 10/05/2008

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