--TEST-- POST Method test and arrays - 8 --POST-- a[a[]]=1&a[b[]]=3 --FILE-- --EXPECT-- array(2) { ["a["]=> string(1) "1" ["b["]=> string(1) "3" }