View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000215 | Xdebug | public | 2006-10-23 16:57 | 2006-10-23 21:36 | |
Reporter | d_kelsey | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000215: cannot get the next page of children variables. | ||||
Description | This is related to bug report 214. $a is a large array (over max_children size) As reported in 214, when I do a context get, the following property is returned I also get the first 32 properties (the example here is the first 2) <property name="0" fullname="$d[0][0]" address="10213536" type="string" size="55" encoding="base64"><![CDATA[MC1UaGlzIGlzIGEgbG9uZ2dnZ2dnZyBzdHRpbmcgdG8=]]></property> As I don't get all the entries I attempt to retrieve the next page of information using the command "property_get -i 83 -n $d[0] -d 0 -m 32 -p 1" ($d[0] is the full name). The response I get is So it looks like I cannot get the next page of information. I think this command should work to retrieve the required extra entries in this nested array in the same manner that I can request extra pages in a normal (unnested) array, ie | ||||
Tags | No tags attached. | ||||
Operating System | Windows | ||||
PHP Version | 5.1.6 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-10-23 16:57 | d_kelsey | New Issue | |
2006-10-23 17:21 | d_kelsey | Note Added: 0000481 | |
2006-10-23 21:36 | derick | Status | new => closed |
2006-10-23 21:36 | derick | Note Added: 0000483 | |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |