[PHP-DEV] Bug #13183: \ at end of literal causes parsing error From: php <email protected>
Date: 09/06/01

From: php <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>