Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing Display Search Login/Register
Bug Id ?
198
Reporter ?
Panucci
MacGDBp / 1.3.1
Status ?
Closed
Severity ?
Moderate
Duplicate Of ?
- none -
Fixed in Revision ?
Mstone ?
Summary ?
Only first 32 values of an array are displayed
Report Time ?
March 4, 2010 08:02 AM
Assignment ?
Resolution ?
Fixed
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0

March 4, 2010 08:02 AM Panucci
If you expand an array only the first 32 values are displayed. Also there is no hint that there are more values inside the array. «The protocol allows the changing of this value and it has also ways of fetching more elements "per-page".» http://twitter.com/derickr/statuses/9947187143

example.php:
<?php
$var = array();
for ($i = 1; $i < 40; $i++) {
$var[$i] = $i;
}
xdebug_break();
echo count($var);
?>


December 7, 2015 07:00 AM Robert

On December 7, 2015 07:00 AM, Robert changed: