|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-20 19:16 UTC] sniper@php.net
[2004-01-20 23:03 UTC] sniper@php.net
[2004-08-04 09:10 UTC] edreddy at gmail dot com
[2004-08-04 09:19 UTC] edreddy at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 21:00:01 2025 UTC |
Description: ------------ printf function pads incorrectly with zeros and sign. Reproduce code: --------------- <? printf("%+05d", 200); ?> Expected result: ---------------- +0200 Actual result: -------------- 0+200