[xdebug-dev] Bug 0000098: 'longname' attribute not returned for property in context_get request

From: <xdebug-dev[@]lists.xdebug.org>
Date: Tue, 2 Nov 2004 14:55:01 +0100

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000098
======================================================================
Reporter: e_v_ches
Handler:
======================================================================
Project: Xdebug
Bug ID: 98
Category: Usage problems
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Operating System: MacOSX
PHP Version: 4.3.0
Xdebug Version: 2.0-dev
======================================================================
Date Submitted: 2004-11-02 14:55 CET
Last Modified: 2004-11-02 14:55 CET
======================================================================
Summary: 'longname' attribute not returned for property in context_get request
Description:
code in PHP:
function xxx() {
        for($i=$_COOKIE;$i<100;$i++)
                echo "$i aaa";
}
when on breakpoint on 'for' line, request is:
context_get -i 57 -c 0 -d 0
response is:
<response command="context_get" transaction_id="57"><property name="i"
type="uninitialized"></property><property name="_COOKIE"
fullname="$_COOKIE" address="4629936" type="array" children="0"
numchildren="0"></property></response>

So the problem is there's no 'fullname' attribute for 'i' property.
 Thanks in advance.
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2004-11-02 14:55e_v_ches New Bug
======================================================================
Received on Tue Nov 02 2004 - 14:55:26 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST