summaryrefslogtreecommitdiff
path: root/tests/basic/enable_post_data_reading_03.phpt
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-09-10 13:14:02 +0200
committerMichael Wallner <mike@php.net>2013-09-10 13:14:02 +0200
commit832e2d0d8c8bb11644fe34ec1685fc68d9b3a475 (patch)
treebc6007e60e73c035cbc860976a8d2f6f77056fb1 /tests/basic/enable_post_data_reading_03.phpt
parent449d4c0b1c6ea0f5dfe7b56c99d9fc4f2033d27c (diff)
downloadphp-git-832e2d0d8c8bb11644fe34ec1685fc68d9b3a475.tar.gz
tests
Diffstat (limited to 'tests/basic/enable_post_data_reading_03.phpt')
-rw-r--r--tests/basic/enable_post_data_reading_03.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basic/enable_post_data_reading_03.phpt b/tests/basic/enable_post_data_reading_03.phpt
index cdabe910ca..6a62282ea2 100644
--- a/tests/basic/enable_post_data_reading_03.phpt
+++ b/tests/basic/enable_post_data_reading_03.phpt
@@ -12,6 +12,7 @@ var_dump($_FILES);
var_dump($_POST);
var_dump($HTTP_RAW_POST_DATA);
var_dump(file_get_contents("php://input"));
+var_dump(file_get_contents("php://input"));
--EXPECTF--
array(0) {
}
@@ -21,3 +22,4 @@ array(0) {
Notice: Undefined variable: HTTP_RAW_POST_DATA in %s on line %d
NULL
string(9) "a=1&b=ZYX"
+string(9) "a=1&b=ZYX"