|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-06 15:41 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Feb 20 23:00:02 2026 UTC |
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.