Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23064 invoked by uid 1010); 10 Aug 2005 23:36:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23049 invoked from network); 10 Aug 2005 23:36:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2005 23:36:03 -0000 X-Host-Fingerprint: 64.233.184.197 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.197:9670] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E3/0A-24081-16F8AF24 for ; Wed, 10 Aug 2005 19:36:02 -0400 Received: by wproxy.gmail.com with SMTP id i22so249682wra for ; Wed, 10 Aug 2005 16:35:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PcXhoZizKLSDDyWiTMuj1Bzek+kvZODi94gBRf+zactZ3SEqJVtzA1ehlvMs4pJCNLceariAZEMiDO0a8YJtOn1O6E3jWKqe5wE6KW9ToqRgUqyVIcDN90rIs/e+/F0V6OkBcdO43c3U3WtZYJGuFXFp0zZYoa9aHwybqJFt6PM= Received: by 10.54.18.59 with SMTP id 59mr806584wrr; Wed, 10 Aug 2005 16:35:58 -0700 (PDT) Received: by 10.54.153.5 with HTTP; Wed, 10 Aug 2005 16:35:58 -0700 (PDT) Message-ID: <4e89b4260508101635e95cae6@mail.gmail.com> Date: Wed, 10 Aug 2005 19:35:58 -0400 To: Andrey Hristov Cc: internals@lists.php.net In-Reply-To: <42FA8E1C.60405@hristov.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42FA8E1C.60405@hristov.com> Subject: Re: [PHP-DEV] [PATCH] debug_get_object_handle From: kingwez@gmail.com (Wez Furlong) Why do you need the object handle? --Wez. On 8/10/05, Andrey Hristov 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 mak= es > devs' live easier - no need to parse the output of var_dump(). > The patch is available here: > http://hristov.com/andrey/projects/php_stuff/patches/debug_get_object_han= dle.patch >=20 > If there are no objections I would like to commit it to 5_0 (this don't b= reak > anything) and 5_1. >=20 > Thanks! > Andrey >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >