hholzgra                Tue Dec  4 14:17:54 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  fixed mistyped CDATA end tag, parse_str should show up again tomorrow
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.128 phpdoc/en/functions/strings.xml:1.129
--- phpdoc/en/functions/strings.xml:1.128       Mon Dec  3 16:59:00 2001
+++ phpdoc/en/functions/strings.xml     Tue Dec  4 14:17:54 2001
@@ -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 @@
 if (ord($str) == 10) {
     echo "The first character of \$str is a line feed.\n";
 }
-]>
+]]>
       </programlisting>
      </example>
     </para>


Reply via email to