3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo 1/7; // 0.14285714285714 ini_set('precision', 2); echo 1/7; // 0.14 ini_set('precision', 200); echo 1/7; // 0.142857142857142849212692681248881854116916656494140625 (php) // 0.142857142857142857142857142857142857142857142857142857 (real) // garbage starts at 18 and stops at 54 ?>
Output for git.master_jit, git.master
0.142857142857140.140.142857142857142849212692681248881854116916656494140625

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:
33.02 ms | 868 KiB | 4 Q