Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26924 invoked from network); 5 Feb 2009 20:43:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2009 20:43:03 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.116 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.116 us-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [63.205.162.116] ([63.205.162.116:51806] helo=us-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/59-16965-55F4B894 for ; Thu, 05 Feb 2009 15:43:03 -0500 Received: from [192.168.16.104] ([192.168.16.104]) by us-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 5 Feb 2009 12:44:05 -0800 Message-ID: <498B4F52.4000608@zend.com> Date: Thu, 05 Feb 2009 12:42:58 -0800 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) 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 X-OriginalArrivalTime: 05 Feb 2009 20:44:05.0146 (UTC) FILETIME=[7C15DFA0:01C987D2] Subject: Re: [PHP-DEV] CG(zend_linecol) From: stas@zend.com (Stanislav Malyshev) Hi! > 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. Unless we put this inside each opcode, I'm not sure it'd help xdebug too much. And I'm not sure it is worth inflating the opcodes. Also, I'm not sure scanner now knows enough to do it - though maybe it can be made to know it. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com