3v4l.org

run code in 300+ PHP versions simultaneously
<?php $today=date("D"); $time1=strtotime("now"); $time2=strtotime("11:59pm"); echo date('m-d-Y',strtotime("next Thursday")); echo $today; if ($today=="Tue" || $today=="Wed" ) { $day1="Friday ".date('m-d-Y',strtotime("next Friday")); $day2="Tuesday ".date('m-d-Y',strtotime("next Tuesday")); if ($today=="Wed") { $day3="Wednesday ".date('m-d-Y',strtotime("+1 week 1 days")); $day4="Thursday ".date('m-d-Y',strtotime("+1 week 2 days")); } else{ $day3="Wednesday ".date('m-d-Y',strtotime("next Wednesday")); $day4="Thursday ".date('m-d-Y',strtotime("+1 week 1 days")); } } echo "day1 -->".$day1."day2 -->".$day2."day3 -->".$day3."day4 -->".$day4;
Output for git.master, git.master_jit, rfc.property-hooks
01-16-2014Wedday1 -->Friday 01-17-2014day2 -->Tuesday 01-21-2014day3 -->Wednesday 01-23-2014day4 -->Thursday 01-24-2014

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