|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-07 15:03 UTC] helly@php.net
[2003-04-14 22:42 UTC] moriyoshi@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 13:00:01 2025 UTC |
sprintf in 4.2.1 & 4.3.1 gives different results. <?PHP $s='truncate'; echo sprintf(" %8.5s",$s); ?> Results: 4.2.1: trunc 4.3.1: truncate I Don't know if this is a new bug, an intended change, was a bug in 4.2.1 that's now fixed, or ? Thanks, Wendy