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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ericswanson at mediaone dot net
New email:
PHP Version: OS:

 

 [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 05:00:01 2026 UTC