[PHP-DEV] PHP 4.0 Bug #8998 Updated: htmlspecialchars() DONT convert a string/array ONCE

2001-03-20 Thread stas
ID: 8998 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Assigned To: Comments: Works for me. Most proboaly syntax error on user's side. Previous Comments: --- [200

[PHP-DEV] PHP 4.0 Bug #8998 Updated: htmlspecialchars() DONT convert a string/array ONCE

2001-01-30 Thread zak
ID: 8998 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Assigned To: Comments: The code in your example does not work due to problems with your string quoting. $foo = ".."; // This is not a valid string // PHP generates a parse error after the 2nd quot

[PHP-DEV] PHP 4.0 Bug #8998 Updated: htmlspecialchars() DONT convert a string/array ONCE

2001-01-30 Thread lopez
ID: 8998 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Description: htmlspecialchars() DONT convert a string/array ONCE ReEdit... Please note: $foo = ".."; $foo = htmlspecialchars($foo); //now $foo is "& lt;a href="foo"& gt;..& lt;/a& gt;" $foo = ".."; //