php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #274 strtr example wrong
Submitted: 1998-04-15 07:02 UTC Modified: 1998-04-17 19:43 UTC
From: michal at fee dot vutbr dot cz Assigned: rasmus (profile)
Status: Closed Package: Documentation problem
PHP Version: 3.0 Release Candidate 3 OS: any :-)
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:
14 - 13 = ?
Subscribe to this entry?

 
 [1998-04-15 07:02 UTC] michal at fee dot vutbr dot cz
Both .rtf and on-line documantation contains error in 
example of strtr fucntion.

Description is - correctly - described as:
  strtr(string,from,to)
while the example shows parameters as:
  strtr(from,to,string)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-17 19:43 UTC] rasmus
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 00:01:30 2024 UTC