Re: [PHP-DEV] [PATCH] debug_get_object_handle

2005-08-10 Thread Wez Furlong
Why do you need the object handle? --Wez. On 8/10/05, Andrey Hristov <[EMAIL PROTECTED]> wrote: > Hi all, > I have cooked a patch that adds a function named debug_get_object_handle() > which returns the handle id of an object. Having a function like this makes > devs' live easier - no need to p

[PHP-DEV] [PATCH] debug_get_object_handle

2005-08-10 Thread Andrey Hristov
Hi all, I have cooked a patch that adds a function named debug_get_object_handle() which returns the handle id of an object. Having a function like this makes devs' live easier - no need to parse the output of var_dump(). The patch is available here: http://hristov.com/andrey/projects/php_stuff/p