1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
This commit is contained in:
Antony Dovgal
2008-01-10 08:45:06 +00:00
parent d5bd104d9d
commit 2fe13db7ac
+1 -2
View File
@@ -15,5 +15,4 @@ var_dump($_POST, $HTTP_RAW_POST_DATA);
--EXPECT--
array(0) {
}
string(10) "a=1&b=ZYX
"
string(10) "a=1&b=ZYX"