diff --git a/functions/var.xml b/functions/var.xml index b02f8dc792..6bc5849647 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -1,5 +1,5 @@ - + Variable Functions Variables @@ -927,18 +927,6 @@ 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 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. - -