summaryrefslogtreecommitdiff
path: root/tests/basic/enable_post_data_reading_03.phpt
diff options
context:
space:
mode:
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"