3v4l.org

run code in 300+ PHP versions simultaneously
<?php $holidayList = array("04-03-2008","07-03-2008"); $j = $i = 0; //changed this to 0 or you were always starting one day ahead $given_date = "3/1/2008"; $tmp1 = strtotime($given_date); //worked out a timstamp to start with while($i < 14) { $tmp2 = strtotime("+$j day", $tmp1); $day = strftime("%A",$tmp2); echo strftime("%d-%m-%Y",$tmp2); $tmp = strftime("%d-%m-%Y",$tmp2); if(($day != "Sunday") && ($day != "Saturday" )&&(!in_array($tmp, $holidayList))) { $i = $i + 1; $j = $j + 1; } else { $j = $j + 1; } } $j = $j -1; $newdate = strtotime("+$j day",$tmp1); $working_days = strftime("%A, %d-%m-%Y",$newdate);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 01-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 02-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 03-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 04-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 05-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 06-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 07-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 08-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 09-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 10-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 11-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 12-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 13-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 14-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 15-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 16-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 17-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 18-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 19-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 20-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 21-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 22-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 23-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 10 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 11 24-03-2008 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 13 Deprecated: Function strftime() is deprecated in /in/OQWfF on line 28

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:
43.07 ms | 413 KiB | 8 Q