git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2008-03-20 16:34:37 +00:00
parent c91217825b
commit 2a7002b054

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<sect1 xml:id="language.types.string">
<title>Strings</title>
@ -316,7 +316,7 @@ This should print a capital 'A': \x41]]></screen>
parsing is done</emphasis> inside a nowdoc. The construct is ideal for
embedding PHP code or other large blocks of text without the need for
escaping. It shares some features in common with the SGML
<literal>&amp;lt;![CDATA[ ]]&amp;gt;</literal> construct, in that it declares a
<literal>&lt;![CDATA[ ]]&gt;</literal> construct, in that it declares a
block of text which is not for parsing.
</para>