php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #2562 sprintf missing return type
Submitted: 1999-10-18 15:30 UTC Modified: 1999-10-18 15:43 UTC
From: ericswanson at mediaone dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.12 OS: N/A
Private report: No CVE-ID: None
 [1999-10-18 15:30 UTC] ericswanson at mediaone dot net
IS NOW:
sprintf(string format, mixed [args]...);

SHOULD BE:
string sprintf(string format, mixed [args]...);

                Thanks


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-18 15:43 UTC] eschmid at cvs dot php dot net
Fixed in CVS. Thanks for reporting it.
-Egon
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 04:00:01 2026 UTC