From: Rui Hirokawa Date: Thu, 21 Mar 2002 13:44:39 +0000 (+0000) Subject: fixed POST/GET input processing. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e494746c178cb575c4e296949e163c635afb307;p=php fixed POST/GET input processing. --- diff --git a/ext/mbstring/tests/003.inc b/ext/mbstring/tests/003.inc index e351085845..b6a6d3e9a4 100644 --- a/ext/mbstring/tests/003.inc +++ b/ext/mbstring/tests/003.inc @@ -8,8 +8,8 @@ $ini = ini_get('mbstring.http_input'); // It must be url encoded.... // echo vars -echo "$a\n"; -echo "$b\n"; +echo $_POST['a']."\n"; +echo $_GET['b']."\n"; // Get encoding $enc = mb_http_input('P');