Return to 020.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / tests / basic |
php
--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" }