On Fri, Jan 19, 2001 at 04:24:16PM +0100, Sascha Schumann wrote:
>     Does %.2x work?  If not, then it is indeed not in compliance
>     with C99.  7.19.6 says:

The comments in ext/standard/formatted_print.c says:

 * New sprintf implementation for PHP.
 *
 * Modifiers:
 *
 *  " "   pad integers with spaces
 *  "-"   left adjusted field
 *   n    field size
 *  "."n  precision (floats only)

I think this should be implemented as well, maybe make it a
feature request.

Stig

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to