Skip to content

Commit 4e49474

Browse files
author
Rui Hirokawa
committed
fixed POST/GET input processing.
1 parent 671829b commit 4e49474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mbstring/tests/003.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ $ini = ini_get('mbstring.http_input');
88

99
// It must be url encoded....
1010
// echo vars
11-
echo "$a\n";
12-
echo "$b\n";
11+
echo $_POST['a']."\n";
12+
echo $_GET['b']."\n";
1313

1414
// Get encoding
1515
$enc = mb_http_input('P');

0 commit comments

Comments
 (0)