3v4l.org

run code in 300+ PHP versions simultaneously
<?php $summ = 200.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(6) "200.01" [1]=> string(6) "200.01" [2]=> string(6) "200.01" [3]=> string(10) "200.010000" [4]=> string(6) "200.01" [5]=> string(6) "200.01" [6]=> string(6) "200.01" [7]=> string(6) "200.01" [8]=> string(6) "200.01" [9]=> string(6) "200.01" [10]=> string(6) "200.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:
64.89 ms | 402 KiB | 8 Q