3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = 1431045244; $la = $time - 1914400; $quotient = 1; $diff = $time - $la; $diff -= 1814400; //3 weeks if($diff >= 0){ $quotient -= 0.1; $quotient -= 0.05 * ($diff / 604800); } var_dump($quotient);
Output for git.master, git.master_jit, rfc.property-hooks
float(0.8917328042328042)

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