ID: 13183
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Linux
PHP Version: 4.0.6
New Comment:
Not a bug. \ escapes ' and "
See the manual for more info (http://www.php.net/manual/en/language.types.string.php)
Previous Comments:
------------------------------------------------------------------------
[2001-09-06 15:21:41] [EMAIL PROTECTED]
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 this 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]