From:             [EMAIL PROTECTED]
Operating system: solaris
PHP version:      4.1.2
PHP Bug Type:     Output Control
Bug description:  quote problem

The string 
$xx = 1;
echo "<a href=\"1\" target=\"_blank\" onmouseover=\"moveover\\\"$xx\\\");
return true;\">1</a>";
gives a problem on the second \\\" 
the \\ is shown as a \
the \" is not reproduced as a " where I expect "

I hope this is not a problem in php but it is me.

Frans.


-- 
Edit bug report at http://bugs.php.net/?id=16279&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16279&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16279&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16279&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16279&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16279&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16279&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16279&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16279&r=submittedtwice

Reply via email to