php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #60755 "*" modifier for sprintf
Submitted: 2012-01-14 18:34 UTC Modified: 2020-05-27 10:23 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: dohardgopro at gmail dot com Assigned: nikic (profile)
Status: Closed Package: SPL related
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 - 21 = ?
Subscribe to this entry?

 
 [2012-01-14 18:34 UTC] dohardgopro at gmail dot com
Description:
------------
Hi all, I'v add support of "*" modifier for sprintf, it exist in sprintf C 
implementation (http://www.cplusplus.com/reference/clibrary/cstdio/printf/)

My patch attached

Test script:
---------------
sprintf("%.*f", 2, 2) // output "2.00"
sprintf("%.2f", 2) // output "2.00"


Patches

formatted_print (last revision 2012-01-14 18:35 UTC by dohardgopro at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-04-21 16:35 UTC] nikic@php.net
-Assigned To: +Assigned To: nikic
 [2020-05-27 10:23 UTC] nikic@php.net
-Status: Assigned +Status: Closed
 [2020-05-27 10:23 UTC] nikic@php.net
Support for * has been added in PHP 8.0: https://github.com/php/php-src/commit/0221b8b2ab8cd53845a03cedb31add36e58e390f
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC