mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c91217825b
commit
2a7002b054
1 changed files with 2 additions and 2 deletions
|
@ -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>&lt;![CDATA[ ]]&gt;</literal> construct, in that it declares a
|
||||
<literal><![CDATA[ ]]></literal> construct, in that it declares a
|
||||
block of text which is not for parsing.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue