File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / tests / basic / 015.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:06 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>