--TEST-- test get and post --SKIPIF-- --GET-- a=test&b=http://phpcpp.com&ar[elm1]=1234&ar[elm2]=0660&a=0234 --POST-- c=

string

&d=12345.7&e[]=e1&e[]=e2 --FILEEOF-- string

_POST[d] = 12345.7 Notice: Array to string conversion in %s/024-get-post.php on line %d _POST[e] = Array _POST[e][0] = e1 _POST[e][1] = e2