From:             [EMAIL PROTECTED]
Operating system: Debian/Linux
PHP version:      4.0.4pl1
PHP Bug Type:     Strings related
Bug description:  htmlspecialchars() DONT convert a string/array ONCE

Please note:

$foo = "<a href="foo">..</a>";
$foo = htmlspecialchars($foo);

//now $foo is "&lt;a href="foo"&gt..&lt;/a&gt" 

$foo = "<a href="foo">..</a>";

//$foo is &lt;a href="foo"&gt..&lt;/a&gt; 
//although $foo is filled with a new value, $foo converts the string!


//sorry, my english is too poor to explain more


-- 
Edit Bug report at: http://bugs.php.net/?id=8998&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to