3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf("%0.2f\n", 1.379999999991); printf("%0.10f\n", 1.37601 + 250 * 0.00001); echo "\n"; printf("%0.20f\n", 0.2); printf("%0.20f\n", 0.3); var_dump(0.3 == 0.1+0.1+0.1);
Output for git.master, git.master_jit, rfc.property-hooks
1.38 1.3785100000 0.20000000000000001110 0.29999999999999998890 bool(false)

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.99 ms | 401 KiB | 8 Q