fixed mistyped CDATA end tag, parse_str should show up again tomorrow

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63881 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-12-04 19:17:54 +00:00
parent 0af348b811
commit a395304013

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.128 $ -->
<!-- $Revision: 1.129 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@ -1628,7 +1628,7 @@ $clean = ltrim($binary,"\0x00..\0x1F");
if (ord($str) == 10) {
echo "The first character of \$str is a line feed.\n";
}
]>
]]>
</programlisting>
</example>
</para>