3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t=556; $y=2.25; $h=0; $a=0; $k=0; for ($x = 1; $x <= 6; $x++) { $yuzde=$y+($x*0.50); $t=$t/100*(100-$yuzde); $h=$h+32.5; $a=32.5/$t; echo "$t ($yuzde) - $$h - $a"; echo "\n"; $k=$a+$k; } echo $h/$k;
Output for git.master, git.master_jit, rfc.property-hooks
540.71 (2.75) - $32.5 - 0.060106156719868 523.136925 (3.25) - $65 - 0.062125226583843 503.5192903125 (3.75) - $97.5 - 0.06454568995724 482.11972047422 (4.25) - $130 - 0.067410642252992 459.21903375169 (4.75) - $162.5 - 0.070772327824663 435.11003447973 (5.25) - $195 - 0.074693749683022 487.92230526747

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