|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-09-11 14:21 UTC] laruence@php.net
-Status: Open
+Status: Duplicate
[2011-09-11 14:21 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 21:00:02 2025 UTC |
Description: ------------ var_export makes -1 in key of array 4294967295 i have to set version to irrelevant, but i do not know whether it is indeed irrelevant, i think i cannot upgrade. php version is 5.2.10.dfsg.1-2ubuntu6.3 Test script: --------------- $a=array('-1'=>100); var_export($a); echo '<br>'; print_r ($a); echo '<br>'; var_dump($a); Expected result: ---------------- it should return '-1' or -1 in place of the key Actual result: -------------- it returns 4294967295 (instead of -1)