-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/basic/
File Upload :
Current File : //usr/src/php/tests/basic/020.phpt

--TEST--
POST Method test and arrays - 8 
--POST--
a[a[]]=1&a[b[]]=3
--FILE--
<?php
var_dump($_POST['a']); 
?>
--EXPECT--
array(2) {
  ["a["]=>
  string(1) "1"
  ["b["]=>
  string(1) "3"
}

Copyright © 2017 || Recoded By Mr.Bumblebee