3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "Monday, 1st week of 2016 => "; $year = 2016; $week = sprintf('%02d', 1); $dof = 1; echo date( "l, M jS, Y", strtotime($year."W".$week.$dof) ); echo "\n\n"; echo "Thursday, 7th week of 2016 => "; $year = 2016; $week = sprintf('%02d', 7); $dof = 4; echo date( "l, M jS, Y", strtotime($year."W".$week.$dof) );
Output for git.master, git.master_jit, rfc.property-hooks
Monday, 1st week of 2016 => Monday, Jan 4th, 2016 Thursday, 7th week of 2016 => Thursday, Feb 18th, 2016

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