mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
b316075991
commit
9bee3497d5
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue