[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 17:25:07 +0200

The following NEW bug has been ADDED.
======================================================================
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: new
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 17:25 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.

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

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
======================================================================
Received on Mon Oct 23 2006 - 17:25:09 BST

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