didou           Wed Jul 16 13:23:51 2003 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  print-r.xml 
  Log:
  structure
  
Index: phpdoc/en/reference/var/functions/print-r.xml
diff -u phpdoc/en/reference/var/functions/print-r.xml:1.5 
phpdoc/en/reference/var/functions/print-r.xml:1.6
--- phpdoc/en/reference/var/functions/print-r.xml:1.5   Sat Apr 12 12:23:14 2003
+++ phpdoc/en/reference/var/functions/print-r.xml       Wed Jul 16 13:23:51 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.5 -->
   <refentry id="function.print-r">
    <refnamediv>
@@ -45,11 +45,10 @@
 </pre>
 ]]>
       </programlisting>
-     </informalexample>
-    </para>
-    <para>
-     Which will output:
-     <screen>
+      <para>
+       Which will output:
+      </para>
+      <screen>
 <![CDATA[
 <pre>
 Array
@@ -65,7 +64,8 @@
 )
 </pre>
 ]]>
-     </screen>
+      </screen>
+     </informalexample>
     </para>
     <para>
      If you would like to capture the output of <function>print_r</function>, 
@@ -104,8 +104,9 @@
      </simpara>
     </note>
     <simpara>
-      See also <function>ob_start</function>, <function>var_dump</function>,
-      and <function>var_export</function>.
+     See also <function>ob_start</function>,
+     <function>var_dump</function> and
+     <function>var_export</function>.
     </simpara>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to