3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i = 1; $i < 10; $i++) { $today = strtotime("+$i days"); $quote_for = strtotime('+1 Weekday',strtotime("+$i days")); $diff = floor(($quote_for - $today)/86400); // difference in days echo "On " . date('l \t\h\e jS',$today) . " the shipping quote will be for " . date('l \t\h\e jS', $quote_for) . " which is " . abs($diff) . "days " . ($diff >0?"after":"before") . " today. \n"; }
Output for git.master, git.master_jit, rfc.property-hooks
On Tuesday the 29th the shipping quote will be for Wednesday the 30th which is 1days after today. On Wednesday the 30th the shipping quote will be for Thursday the 31st which is 1days after today. On Thursday the 31st the shipping quote will be for Friday the 1st which is 1days after today. On Friday the 1st the shipping quote will be for Monday the 4th which is 3days after today. On Saturday the 2nd the shipping quote will be for Monday the 4th which is 2days after today. On Sunday the 3rd the shipping quote will be for Monday the 4th which is 1days after today. On Monday the 4th the shipping quote will be for Tuesday the 5th which is 1days after today. On Tuesday the 5th the shipping quote will be for Wednesday the 6th which is 1days after today. On Wednesday the 6th the shipping quote will be for Thursday the 7th which is 1days after today.

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:
41.72 ms | 403 KiB | 8 Q