3v4l.org

run code in 300+ PHP versions simultaneously
<?php $summ = 20.01; var_dump([ sprintf('%.2f', $summ), sprintf('%02.2f', $summ), sprintf('%2.2f', $summ), sprintf('%2f', $summ), sprintf('%2.2f', $summ), sprintf('%2.2f', $summ), sprintf('%2.2f', $summ), sprintf('%2.2f', $summ), sprintf('%2.2f', $summ), sprintf('%2.2f', $summ), sprintf('%2.2f', $summ), ]);
Output for git.master, git.master_jit, rfc.property-hooks
array(11) { [0]=> string(5) "20.01" [1]=> string(5) "20.01" [2]=> string(5) "20.01" [3]=> string(9) "20.010000" [4]=> string(5) "20.01" [5]=> string(5) "20.01" [6]=> string(5) "20.01" [7]=> string(5) "20.01" [8]=> string(5) "20.01" [9]=> string(5) "20.01" [10]=> string(5) "20.01" }

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