3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($num = 74.30; $num < 74.41; $num += .01) { var_export(sprintf('%.02f => £%.02f', $num, ceil($num * 20 - .1) / 20)); echo "\n"; } $num = 0; var_export(sprintf('%.02f => £%.02f', $num, ceil($num * 20 - .1) / 20));
Output for git.master, git.master_jit, rfc.property-hooks
'74.30 => £74.30' '74.31 => £74.35' '74.32 => £74.35' '74.33 => £74.35' '74.34 => £74.35' '74.35 => £74.35' '74.36 => £74.40' '74.37 => £74.40' '74.38 => £74.40' '74.39 => £74.40' '74.40 => £74.40' '0.00 => £0.00'

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:
132.6 ms | 406 KiB | 5 Q