[xdebug-general] Re: Incorrect code coverage reading from Xdebug 2.0.0 Beta 2

From: Derick Rethans <derick[@]xdebug.org>
Date: Sun, 19 Jun 2005 18:17:30 +0200 (CEST)

On Fri, 17 Jun 2005, Nimish Pachapurkar wrote:

> Is this a known issue? A peculiarity? Or is there an explanation for this?

It's a peculiarity - the Zend engine only sees intructions on the
following lines:

filename: /home/httpd/html/test/xdebug/test-file.php
function name: (null)
number of ops: 10
line # op fetch ext operands
-------------------------------------------------------------------------------
   2 0 EXT_STMT
         1 EXT_FCALL_BEGIN
         2 DO_FCALL 0 $0, 'time', 0
         3 EXT_FCALL_END
         4 ASSIGN_ADD !0, $0
   5 5 EXT_STMT
         6 ASSIGN_ADD !0, 2
   7 7 EXT_STMT
         8 RETURN 1
         9 ZEND_HANDLE_EXCEPTION

Because the information is not available otherwise, I can not improve
this.

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Sun Jun 19 2005 - 18:17:38 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST