3v4l.org

run code in 300+ PHP versions simultaneously
<?php $precision = 18; while($precision--) { ini_set('precision', $precision); echo $precision . ": " . (62 + 3.99) . PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
17: 65.99 16: 65.99 15: 65.99 14: 65.99 13: 65.99 12: 65.99 11: 65.99 10: 65.99 9: 65.99 8: 65.99 7: 65.99 6: 65.99 5: 65.99 4: 65.99 3: 65.99 2: 65.99 1: 65.99 0: 65.99

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