[EMAIL PROTECTED] wrote:
> On Thu, 14 Mar 2002, Yasuo Ohgaki wrote:
>
>
>>Andrey Hristov wrote:
>>
>>> I don't like print_r and most of the time I use var_dump() . Today I tried to
>print_r() $GLOBALS but not within a function and
>>>print_r() was smart to say that there is a recursion without
"Yasuo Ohgaki" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Andrey Hristov" <[EMAIL PROTECTED]>
Sent: Thursday, March 14, 2002 10:05 AM
Subject: Re: [PHP-DEV] Re: print_r smater than var_dump
> On Thu, 14 Mar 2002, Yasuo Ohgaki wrote:
>
> > Andrey
On Thu, 14 Mar 2002, Yasuo Ohgaki wrote:
> Andrey Hristov wrote:
> > I don't like print_r and most of the time I use var_dump() . Today I tried to
>print_r() $GLOBALS but not within a function and
> > print_r() was smart to say that there is a recursion without diving in. var_dump()
>is divin