goba            Sat Dec  8 04:40:38 2001 EDT

  Modified files:              
    /phpdoc/en/functions        funchand.xml 
  Log:
  Correct CDATA error reported by Gyozo Papp
  
  
Index: phpdoc/en/functions/funchand.xml
diff -u phpdoc/en/functions/funchand.xml:1.21 phpdoc/en/functions/funchand.xml:1.22
--- phpdoc/en/functions/funchand.xml:1.21       Mon Dec  3 13:34:32 2001
+++ phpdoc/en/functions/funchand.xml    Sat Dec  8 04:40:38 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
  <reference id="ref.funchand">
   <title>Function Handling functions</title>
   <titleabbrev>Functions</titleabbrev>
@@ -515,6 +515,7 @@
 $arr = get_defined_functions();
 
 print_r($arr);
+]]>
      </programlisting>
      </informalexample>
     </para>
@@ -522,6 +523,7 @@
      Will output something along the lines of:
      <informalexample>
       <programlisting>
+<![CDATA[
 Array
 (
     [internal] => Array


Reply via email to