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

 ID:                 63544
 Updated by:         ahar...@php.net
 Reported by:        lgynove at 163 dot com
 Summary:            n/a
-Status:             Open
+Status:             Not a bug
 Type:               Bug
-Package:            Reflection related
+Package:            Scripting Engine problem
 Operating System:   windows xp
 PHP Version:        5.4.8
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------
[2012-11-17 09:50:19] ni...@php.net

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"];

------------------------------------------------------------------------
[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