Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72160 invoked from network); 5 Feb 2009 19:41:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2009 19:41:25 -0000 Authentication-Results: pb1.pair.com header.from=shire@tekrat.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=shire@tekrat.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain tekrat.com from 208.43.138.18 cause and error) X-PHP-List-Original-Sender: shire@tekrat.com X-Host-Fingerprint: 208.43.138.18 sizzo.org Linux 2.6 Received: from [208.43.138.18] ([208.43.138.18:58448] helo=sizzo.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/5F-24530-3E04B894 for ; Thu, 05 Feb 2009 14:41:25 -0500 Received: from shirebook.local (outbound500a.pasd.tfbnw.net [204.15.21.171]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by sizzo.org (Postfix) with ESMTPSA id 716D0CBE66A; Thu, 5 Feb 2009 11:41:20 -0800 (PST) Message-ID: <498B40DD.30307@tekrat.com> Date: Thu, 05 Feb 2009 11:41:17 -0800 User-Agent: Postbox 1.0b4 (Macintosh/2009012419) MIME-Version: 1.0 To: Sebastian Bergmann CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] CG(zend_linecol) From: shire@tekrat.com (shire) Sebastian Bergmann wrote: > Would it be possible to implement CG(zend_linecol) in addition to > CG(zend_lineno)? As far I can see, this is a missing prerequisite for > Xdebug to report more fine-grained code coverage, for instance. > I've been thinking about this also, and would find this useful for some profiler/visualization purposes and perhaps for inclusion in errors. -shire