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( 30, ($q / 100) ); $salary = round(1000 * $bonif); echo $salary . "($bonif)\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
1405(1.4051158264836) 2774(2.7741911146722) 3898(3.8980598409162) 5477(5.4772255750517) 7696(7.6961363407261) 10814(10.81396297513) 15195(15.194870523364) 21351(21.350553053748) 28997(28.996797934705)

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