[PHP-DEV] Bug #415: rawurlencode of a string beginning with an int returns an int, ... From: graham <email protected>
Date: 05/29/98

From: graham <email protected>
Operating system: Linux 2.0.33
PHP version: 3.0 Release Candidate 5
PHP Bug Type: Parser error
Bug description:
echo "<A HREF='blah.phtml?foo=" + rawurlencode("3 little pigs") + "'>";

produces the same as:

echo "3";