php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #415 rawurlencode of a string beginning with an int returns an int, ...
Submitted: 1998-05-29 13:52 UTC Modified: 1998-05-29 13:58 UTC
From: graham at techgallery dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0 Release Candidate 5 OS: Linux 2.0.33
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:
45 + 41 = ?
Subscribe to this entry?

 
 [1998-05-29 13:52 UTC] graham at techgallery dot com
echo "<A HREF='blah.phtml?foo=" + rawurlencode("3 little pigs") + "'>";

produces the same as:

echo "3";

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-29 13:58 UTC] shane
Not a bug.  Read the docs.  + does not concatenate strings.

Use .

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 16:01:30 2024 UTC