Corrected typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30300 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Moore 2000-08-15 12:30:42 +00:00
parent de0c5af984
commit cc27d3a303

View file

@ -665,7 +665,7 @@ print_r ($a);
<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.
contains an array or object on a deeper 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.