Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8348 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56677 invoked by uid 1010); 3 Mar 2004 16:30:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56623 invoked from network); 3 Mar 2004 16:30:02 -0000 Received: from unknown (HELO prp0.prp.physik.tu-darmstadt.de) (130.83.243.130) by pb1.pair.com with SMTP; 3 Mar 2004 16:30:02 -0000 Received: from prp0.prp.physik.tu-darmstadt.de (localhost [127.0.0.1]) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id i23GU1Kf001622; Wed, 3 Mar 2004 17:30:01 +0100 Received: (from swalk@localhost) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/Submit) id i23GU1NF001598; Wed, 3 Mar 2004 17:30:01 +0100 Date: Wed, 3 Mar 2004 17:30:00 +0100 To: Todd Ruth Cc: internals@lists.php.net Message-ID: <20040303163000.GA1547@prp0.prp.physik.tu-darmstadt.de> References: <1078278552.17703.234.camel@notebook.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1078278552.17703.234.camel@notebook.local> User-Agent: Mutt/1.3.27i Subject: Re: [PHP-DEV] Adding a few debug helpers to php4.x From: swalk@prp.physik.tu-darmstadt.de (Stefan Walk) > ============ ref_count(mixed var) ============ Just a quick note, do you know debug_zval_dump()? et@edea:~$ php -r '$a = 2; $b = $a; debug_zval_dump($a);' long(2) refcount(3) et@edea:~$ -- Regards, Stefan Walk