3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($num = 74.30; $num < 74.41; $num += .01) { echo var_export($num, true) . sprintf(' => %.02f', ceil($num * 20) / 20) . "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
74.3 => 74.30 74.31 => 74.35 74.32000000000001 => 74.35 74.33000000000001 => 74.35 74.34000000000002 => 74.35 74.35000000000002 => 74.40 74.36000000000003 => 74.40 74.37000000000003 => 74.40 74.38000000000004 => 74.40 74.39000000000004 => 74.40 74.40000000000005 => 74.45

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