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