mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
// </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:
parent
c9e79b433c
commit
4424d95a18
1 changed files with 3 additions and 1 deletions
|
@ -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>// %></literal>.
|
||||
However, <literal></script></literal> tag doesn't escape PHP mode in
|
||||
one-line comment.
|
||||
</simpara>
|
||||
<para>
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue