File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / tests / basic / bug53180.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--
Bug #53180 (post_max_size=0 partly not working)
--INI--
post_max_size=0
--POST--
email=foo&password=bar&submit=Log+on
--FILE--
<?php
var_dump($_POST);
?>
--EXPECT--
array(3) {
  ["email"]=>
  string(3) "foo"
  ["password"]=>
  string(3) "bar"
  ["submit"]=>
  string(6) "Log on"
}

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