[PHPDOC] cvs: phpdoc /de/functions/ var.xml /en/functions/ var.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 05/25/00

hholzgra Thu May 25 15:51:27 2000 EDT

  Modified files:
    /phpdoc/de/functions var.xml
    /phpdoc/en/functions var.xml
  Log:
  tag order fixed
  
  
Index: phpdoc/de/functions/var.xml
diff -u phpdoc/de/functions/var.xml:1.13 phpdoc/de/functions/var.xml:1.14
--- phpdoc/de/functions/var.xml:1.13 Thu May 25 09:55:27 2000
+++ phpdoc/de/functions/var.xml Thu May 25 15:51:26 2000
@@ -501,13 +501,13 @@
       </programlisting>
      </informalexample>
     </para>
- <para>
- <warning>
- Diese Funktion ist nicht in der Lage, zyklische Referenzen aufzulösen,
+ <warning>
+ <para>
+ Diese Funktion ist nicht in der Lage, zyklische Referenzen aufzulösen,
       d.h. die Ausgabe eines Arrays oder Objektes, das sich selbst enthält,
       wie z.B. <literal>print_r($GLOBALS)</literal>, wird niemals beendet.
- </warning>
- </para>
+ </para>
+ </warning>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.17 phpdoc/en/functions/var.xml:1.18
--- phpdoc/en/functions/var.xml:1.17 Thu May 25 09:55:27 2000
+++ phpdoc/en/functions/var.xml Thu May 25 15:51:26 2000
@@ -532,16 +532,16 @@
       </programlisting>
      </informalexample>
     </para>
- <para>
- <warning>
+ <warning>
+ <para>
       This function will continue forever if given an array or object
       that contains a direct or indirect reference to itself or that
       contains an array or object on a deepre level that does so.
       This is especially true for <literal>print_r($GLOBALS)</literal>,
       as <literal>$GLOBALS</literal> is itself a global variable and
       contains a reference to itself as such.
- </warning>
- </para>
+ </para>
+ </warning>
    </refsect1>
   </refentry>