3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qs = array(30,40,50,60,70,80,90,99); foreach ($qs as $q) { $bonif = pow(2, ($q / 100) ); $salary = $q * (10000 * $bonif); echo $salary . "($bonif)\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
369343.32400347(1.2311444133449) 527803.16430916(1.3195079107729) 707106.78118655(1.4142135623731) 909429.93990624(1.5157165665104) 1137153.3548987(1.6245047927125) 1392880.9012738(1.7411011265922) 1679459.3847663(1.8660659830736) 1966323.1409653(1.9861849908741)

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