[xdebug-dev] Bug 0000322: Unable to get value for hash via DBGp .

From: <noreply[@]lists.xdebug.org>
Date: Tue, 23 Oct 2007 16:33:36 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000322
======================================================================
Reporter: nix
Handler:
======================================================================
Project: Xdebug
Bug ID: 322
Category: Feature/Change request
Reproducibility: always
Severity: major
Priority: normal
Status: new
Operating System: Solaris 10
PHP Version: 5.1.4
Xdebug Version: 2.0.0
======================================================================
Date Submitted: 2007-10-23 16:33 CEST
Last Modified: 2007-10-23 16:33 CEST
======================================================================
Summary: Unable to get value for hash via DBGp .
Description:
property_get command cannot retrieve value for associative
array.
F.e. superglobal variables have $_SERVER associative array.
This array has "argv" key.
This property is returned by context_get command in the form:
$_SERVER[&apos;argv&apos;].
But when I try to get property via "property_get" command I
get error ( please see below in additional info ).

I tried to use as property fullname argument following cases
without success:
$_SERVER["argv"]
$_SERVER[&apos;argv&apos;]
$_SERVER['argv']
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2007-10-23 16:33nix New Bug
2007-10-23 16:33nix Bug Monitored: nix
======================================================================
Received on Tue Oct 23 2007 - 16:33:37 BST

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