Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34016 invoked by uid 1010); 11 Aug 2005 03:49:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34001 invoked from network); 11 Aug 2005 03:49:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2005 03:49:12 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:1894] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 43/75-24081-6BACAF24 for ; Wed, 10 Aug 2005 23:49:10 -0400 Received: from localhost ([127.0.0.1] helo=lighthammer) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1E33SV-00078L-00; Wed, 10 Aug 2005 20:10:19 -0700 Message-ID: <002401c59e27$9e169380$6c051fac@lighthammer> To: Cc: "Andrey Hristov" References: <42FA8E1C.60405@hristov.com> Date: Wed, 10 Aug 2005 20:48:59 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PATCH] debug_get_object_handle From: pollita@php.net ("Sara Golemon") > 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/patches/debug_get_object_handle.patch > > If there are no objections I would like to commit it to 5_0 (this don't > break > anything) and 5_1. > As simple as it is, I wouldn't care about it getting committed, but in the interrest of staying out of stable branches, you could always use runkit_object_id(). -Sara