|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 14:00:01 2025 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.