From 4670474d148f05a94fb0da0c6ecb9e8196ffa2ca Mon Sep 17 00:00:00 2001 From: Zak Greant Date: Mon, 31 Dec 2001 19:01:52 +0000 Subject: [PATCH] print_r() now handles recursive arrays and objects correctly - removing warning git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66589 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/var.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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. - -