From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.6
PHP Bug Type:     Scripting Engine problem
Bug description:  \ at end of literal causes parsing error


Fails

<?

        echo 'Set ts = fso.CreateTextFile("c:\';

?>

Suceeds

<?

        echo 'Set ts = fso.CreateTextFile("c:\\';

?>

If a \ is the last character of a string literal then a parse error is
raise.
-- 
Edit bug report at: http://bugs.php.net/?id=13183&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