summaryrefslogtreecommitdiff
path: root/tests/basic/enable_post_data_reading_02.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_02.phpt
parent449d4c0b1c6ea0f5dfe7b56c99d9fc4f2033d27c (diff)
downloadphp-git-832e2d0d8c8bb11644fe34ec1685fc68d9b3a475.tar.gz
tests
Diffstat (limited to 'tests/basic/enable_post_data_reading_02.phpt')
-rw-r--r--tests/basic/enable_post_data_reading_02.phpt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/enable_post_data_reading_02.phpt b/tests/basic/enable_post_data_reading_02.phpt
index dc7f6b127a..4e1643ebd0 100644
--- a/tests/basic/enable_post_data_reading_02.phpt
+++ b/tests/basic/enable_post_data_reading_02.phpt
@@ -15,6 +15,7 @@ Content-Type: text/plain-file
var_dump($_FILES);
var_dump($_POST);
var_dump(file_get_contents("php://input"));
+var_dump(file_get_contents("php://input"));
--EXPECTF--
array(0) {
}
@@ -26,3 +27,9 @@ Content-Type: text/plain-file
1
-----------------------------20896060251896012921717172737--"
+string(%d) "-----------------------------20896060251896012921717172737
+Content-Disposition: form-data; name="file1"; filename="file1.txt"
+Content-Type: text/plain-file
+
+1
+-----------------------------20896060251896012921717172737--"