> At 1:16 AM +0000 4/19/01, Philip Olson wrote:
> > <pre>
> > <?php var_dump($GLOBALS) ?>
> > </pre>
>
> don't do that, at least I think it will recursively traverse the
> $GLOBALS arrary (since $GLOBALS itself is $GLOBAL) and you will never
> end.
This is true with print_r($GLOBALS) up until 4.0.4 where it was fixed,
which is why I used var_dump in the example although print_r is much
prettier :-)
regards,
Philip
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]