// </script> doesn't escape from PHP (bug #31672)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183303 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-03-31 21:12:56 +00:00
parent c9e79b433c
commit 4424d95a18

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.43 $ -->
<!-- $Revision: 1.44 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
<sect1 id="language.basic-syntax.phpmode">
@ -184,6 +184,8 @@ if ($expression) {
<literal>//</literal> cannot influence that.
If <link linkend="ini.asp-tags">asp_tags</link> configuration directive
is enabled, it behaves the same with <literal>// %&gt;</literal>.
However, <literal>&lt;/script&gt;</literal> tag doesn't escape PHP mode in
one-line comment.
</simpara>
<para>
<informalexample>