]> granicus.if.org Git - php/commitdiff
fixed POST/GET input processing.
authorRui Hirokawa <hirokawa@php.net>
Thu, 21 Mar 2002 13:44:39 +0000 (13:44 +0000)
committerRui Hirokawa <hirokawa@php.net>
Thu, 21 Mar 2002 13:44:39 +0000 (13:44 +0000)
ext/mbstring/tests/003.inc

index e3510858451630042a343c915e01b09f4a273c8a..b6a6d3e9a4c114ba15ed705876deaa2dad84e65d 100644 (file)
@@ -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');