Re: [PHP-DEV] Re: print_r smater than var_dump

2002-03-14 Thread Yasuo Ohgaki
[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

Re: [PHP-DEV] Re: print_r smater than var_dump

2002-03-13 Thread Andrey Hristov
"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

Re: [PHP-DEV] Re: print_r smater than var_dump

2002-03-13 Thread derick
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