tag order fixed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25072 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2000-05-25 22:51:27 +00:00
parent b316075991
commit 9bee3497d5

View file

@ -532,16 +532,16 @@ print_r ($a);
</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>