PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #7599 print_r($GLOBALS)
Submitted:2 Nov 2000 2:39pm UTC Modified: 2 Nov 2000 6:24pm UTC
From:ignacio at openservices dot net Assigned to:
Status:Closed Category:Scripting Engine problem
Version:4.0 Latest CVS (02/11/2000) OS:Red Hat 6.2
View/Vote Developer Edit Submission

[2 Nov 2000 2:39pm UTC] ignacio at openservices dot net
(CVS 2000.10.27)

You see, the global variable $GLOBALS has this element, it's called 
"GLOBALS", and can you guess what it contains?

<?
  print_r($GLOBALS);
?>

var_dump, on the other hand, had this to say:

<br>
<b>Warning</b>: Nesting level too deep - recursive dependency? in
<b>/path/to/script/script.php3</b> on line <b>2</b>
[2 Nov 2000 2:53pm UTC] waldschrott@php.net
This is currently a known issue under investigation, thanks
for your report.
[2 Nov 2000 6:24pm UTC] zeev@php.net
Fixed, thanks for the bug report

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC