[xdebug-dev] Bug 0000214: Large array inside an array doesn't report page or pagesize

From: <noreply[@]lists.xdebug.org>
Date: Mon, 23 Oct 2006 22:34:40 +0200

The following bug has been CLOSED
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000214
======================================================================
Reporter: d_kelsey
Handler:
======================================================================
Project: Xdebug
Bug ID: 214
Category: Usage problems
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Operating System: Windows
PHP Version: 5.1.6
Xdebug Version: 2.0.0rc1
======================================================================
Date Submitted: 2006-10-23 17:25 CEST
Last Modified: 2006-10-23 22:34 CEST
======================================================================
Summary: Large array inside an array doesn't report page or pagesize
Description:
If you have an array which is greater than max_children, the response
contains attributes "page", "pagesize" which allows you to manage
retrieving further data when required.

If however this large array is contained in another array, the following
property is provided
<property name="0" fullname="$d[0]" address="10211656" type="array"
children="1" numchildren="200">

but note there is no page or pagesize attributes, and only the first
max_children of this array is returned which is inconsistent with the
behaviour of normal arrays.

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

----------------------------------------------------------------------
 derick - 2006-10-23 22:34 CEST
----------------------------------------------------------------------
Fixed in CVS:
Please note that it is not a bug that the elements in an array have no
page and pagesize attributes. The only issue here is that the depth level
of arrays was incorrectly checked so it would show the first page of a
level too deep as well.

Bug History
Date Modified Username Field Change
======================================================================
2006-10-23 17:25d_kelsey New Bug
2006-10-23 17:25d_kelsey Bug Monitored: d_kelsey
2006-10-23 22:34derick Bugnote Added: 0000482
2006-10-23 22:34derick Status new => closed
======================================================================
Received on Mon Oct 23 2006 - 22:34:43 BST

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