3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v = 3347.99999999999; var_dump($v); for ($i = 0; $i < 15; $i++) { printf("% 2d: %." . $i . "f\n", $i, $v); }
Output for git.master, git.master_jit, rfc.property-hooks
float(3347.99999999999) 0: 3348 1: 3348.0 2: 3348.00 3: 3348.000 4: 3348.0000 5: 3348.00000 6: 3348.000000 7: 3348.0000000 8: 3348.00000000 9: 3348.000000000 10: 3348.0000000000 11: 3347.99999999999 12: 3347.999999999990 13: 3347.9999999999900 14: 3347.99999999999000

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:
54.46 ms | 402 KiB | 8 Q