3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str1 = 'H'; echo sprintf("[%s]",$str1)."\n"; // String echo sprintf("[%8s]",$str1)."\n"; // Right-justifies the string with spaces echo sprintf("[%-8s]",$str1)."\n"; // Left-justifies the string with spaces echo sprintf("[%02s]",$str1)."\n"; // Zero-padding
Output for git.master, git.master_jit, rfc.property-hooks
[H] [ H] [H ] [0H]

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:
40.15 ms | 404 KiB | 9 Q