3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qs = array(10,30,40,50,60,70,80,90,99); foreach ($qs as $q) { $bonif = pow( 20, ($q / 100) ); $salary = round(1000 * $bonif); echo $salary . "($bonif)\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
1349(1.3492828476736) 2456(2.4564560522316) 3314(3.31445401734) 4472(4.4721359549996) 6034(6.0341763365452) 8142(8.1418106307381) 10986(10.985605433061) 14823(14.822688982139) 19410(19.409739007859)

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