Edit report at https://bugs.php.net/bug.php?id=63544&edit=1

 ID:                 63544
 Comment by:         ni...@php.net
 Reported by:        lgynove at 163 dot com
 Summary:            n/a
 Status:             Open
 Type:               Bug
 Package:            Reflection related
 Operating System:   windows xp
 PHP Version:        5.4.8
 Block user comment: N
 Private report:     N

 New Comment:

Try var_dumping $_POST. I think you're running on a 32 bit compile, so 
3333333333 is larger than the largest int. Try accessing it with 
$_POST[a]["3333333333"];


Previous Comments:
------------------------------------------------------------------------
[2012-11-17 06:53:43] lgynove at 163 dot com

Description:
------------
look script

Test script:
---------------
echo "<form method=post>
<input type=hidden name='a[3333333333]' value=1>
<input type=submit value=ok>
</form>";

echo $_POST[a][3333333333];

Expected result:
----------------
1

Actual result:
--------------
null


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63544&edit=1

Reply via email to