3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v = 3347.99999999999; var_dump($v); for ($i = 0; $i < 15; $i++) { printf("%.*f\n", $i, $v); }
Output for git.master, git.master_jit, rfc.property-hooks
float(3347.99999999999) 3348 3348.0 3348.00 3348.000 3348.0000 3348.00000 3348.000000 3348.0000000 3348.00000000 3348.000000000 3348.0000000000 3347.99999999999 3347.999999999990 3347.9999999999900 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:
53.9 ms | 401 KiB | 8 Q