[PHP-DEV] PHP 4.0 Bug #7599 Updated: print_r($GLOBALS) From: zeev <email protected>
Date: 11/02/00

ID: 7599
Updated by: zeev
Reported By: ignacio <email protected>
Status: Closed
Bug Type: Scripting Engine problem
Assigned To:
Comments:

Fixed, thanks for the bug report

Previous Comments:
---------------------------------------------------------------------------

[2000-11-02 14:53:52] waldschrott <email protected>
This is currently a known issue under investigation, thanks
for your report.

---------------------------------------------------------------------------

[2000-11-02 14:39:53] ignacio <email protected>
(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>

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7599

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>