From cc27d3a303c47876e3157b857b4b029260e2b4c8 Mon Sep 17 00:00:00 2001 From: James Moore Date: Tue, 15 Aug 2000 12:30:42 +0000 Subject: [PATCH] Corrected typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30300 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/var.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/var.xml b/functions/var.xml index 3ac5286d47..a29f0483c9 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -665,7 +665,7 @@ print_r ($a); 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 print_r($GLOBALS), as $GLOBALS is itself a global variable and contains a reference to itself as such.