ID: 32383 Updated by: php-bugs@lists.php.net Reported By: mark dot booker at gmail dot com -Status: Feedback +Status: No Feedback Bug Type: Arrays related Operating System: Windows Server 2003 Ent. Edt. PHP Version: 5.0.3 New Comment:
No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2005-03-20 17:56:43] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.0-win32-latest.zip I can not reproduce this. ------------------------------------------------------------------------ [2005-03-20 12:53:44] mark dot booker at gmail dot com Description: ------------ Using count() on an array that has more than 4796 elements, count returns 4796, other functions such as print_r() show all elements and the foreach() command also goes beyond the 4796 limit. Reproduce code: --------------- $i=single dimension array with 4830 elements print count($i); Expected result: ---------------- 4830 printed on screen Actual result: -------------- 4796 printed on screen ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32383&edit=1