View Issue Details

IDProjectCategoryView StatusLast Update
0000214XdebugUncategorizedpublic2006-10-23 21:34
Reporterd_kelsey Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0000214: 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.

TagsNo tags attached.
Operating SystemWindows
PHP Version5.1.6

Activities

derick

2006-10-23 21:34

administrator   ~0000482

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.

Issue History

Date Modified Username Field Change
2006-10-23 16:25 d_kelsey New Issue
2006-10-23 21:34 derick Status new => closed
2006-10-23 21:34 derick Note Added: 0000482
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized