3v4l.org

run code in 300+ PHP versions simultaneously
<?php $days = array( 'maandag' => strtotime( "last monday" ), 'dinsdag' => strtotime( "last tuesday" ), 'woensdag'=>strtotime( "last wednesday" ), 'thursday' => strtotime( "last thursday" ), 'friday'=> strtotime( "last friday" ), 'saturday'=> strtotime( "last saturday" ), 'sunday'=> strtotime( "last sunday" ), ); foreach($days as $name => $time){ echo $name . ' ' .date('j-n-Y',$time) . "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
maandag 22-8-2016 dinsdag 23-8-2016 woensdag 24-8-2016 thursday 18-8-2016 friday 19-8-2016 saturday 20-8-2016 sunday 21-8-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:
67.99 ms | 401 KiB | 8 Q