3v4l.org

run code in 300+ PHP versions simultaneously
<?php $given_date = '04/09/2013 13:06:00'; list ($date, $time) = explode(' ', $given_date); //separate date and time list ($day, $month, $year) = explode('/', $date);//separate day, month and year //convert the uk date to the us date format and work out a timstamp to start with $usdate= strtotime("$month/$day/$year"); //create an array of bank holidays $holidayList = array("04-03-2008","07-03-2008"); $j = $i = 0; //compute 5 working days while($i < 5) { $tmp2 = strtotime("+$j day", $usdate); // get the timestamp of the date $day = strftime("%A",$tmp2); //get day in plain English $tmp = strftime("%d-%m-%Y",$tmp2); //get full date in uk format //add 1 to $i only if it's not Sat or Sun or a bank holiday if(($day != "Sunday") && ($day != "Saturday" )&&(!in_array($tmp, $holidayList))) { $i = $i++; $j = $j++; } else { $j = $j + 1; } } //$j = $j -1; $newdate = strtotime("+$j day",$usdate); echo strftime("%A, %d-%m-%Y",$newdate);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is deprecated in /in/orOTo on line 23 Deprecated: Function strftime() is deprecated in /in/orOTo on line 22 Deprecated: Function strftime() is d
Process exited with code 137.
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30

Process exited with code 137.

preferences:
245.07 ms | 405 KiB | 317 Q