[xdebug-dev] Bug 0000139: typemap_get doesent give a mapping for hash

From: <xdebug-dev[@]lists.xdebug.org>
Date: Thu, 4 Aug 2005 15:55:05 +0200

The following bug has been RESOLVED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000139
======================================================================
Reporter: mccabe
Handler: derick
======================================================================
Project: Xdebug
Bug ID: 139
Category: Usage problems
Reproducibility: always
Severity: trivial
Priority: normal
Status: resolved
Operating System:
PHP Version: 4.3.10
Xdebug Version: 2.0-dev
Resolution: not a bug
======================================================================
Date Submitted: 2005-07-31 17:10 CEST
Last Modified: 2005-08-04 15:55 CEST
======================================================================
Summary: typemap_get doesent give a mapping for hash
Description:
THe reponse to typemap_get doesent map "hash" to "hash" (only "array" to
"hash")
Shouldn't it?

ie, a:
        {"hash", "hash", NULL},

added to
char *xdebug_dbgp_typemap[XDEBUG_TYPES_COUNT][3] = {}
in of debug_handler_dbgp.c

======================================================================

----------------------------------------------------------------------
 derick - 2005-08-04 15:55 CEST
----------------------------------------------------------------------
PHP doesn't have a "hash" type, only an array which can be both associative
of numeric-indexed (or even mixed). As there is no way to know what style
of indexes it uses, we have to map "array" to "hash".

Bug History
Date Modified Username Field Change
======================================================================
2005-07-31 17:10mccabe New Bug
2005-07-31 17:10mccabe Bug Monitored: mccabe
2005-08-04 15:55derick Bugnote Added: 0000274
2005-08-04 15:55derick Assigned To => derick
2005-08-04 15:55derick Resolution open => not a bug
2005-08-04 15:55derick Status new => resolved
======================================================================
Received on Thu Aug 04 2005 - 15:55:11 BST

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