Date: 09/06/01
- Next message: sander <email protected>: "[PHP-DEV] Bug #13183 Updated: \ at end of literal causes parsing error"
- Previous message: Jeroen van Wolffelaar: "[PHP-DEV] Apology"
- Next in thread: sander <email protected>: "[PHP-DEV] Bug #13183 Updated: \ at end of literal causes parsing error"
- Reply: sander <email protected>: "[PHP-DEV] Bug #13183 Updated: \ at end of literal causes parsing error"
- Reply: Angel \: "RE: [PHP-DEV] Bug #13183: \ at end of literal causes parsing error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: sander <email protected>: "[PHP-DEV] Bug #13183 Updated: \ at end of literal causes parsing error"
- Previous message: Jeroen van Wolffelaar: "[PHP-DEV] Apology"
- Next in thread: sander <email protected>: "[PHP-DEV] Bug #13183 Updated: \ at end of literal causes parsing error"
- Reply: sander <email protected>: "[PHP-DEV] Bug #13183 Updated: \ at end of literal causes parsing error"
- Reply: Angel \: "RE: [PHP-DEV] Bug #13183: \ at end of literal causes parsing error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

