summaryrefslogtreecommitdiff
path: root/tests/basic/enable_post_data_reading_04.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/enable_post_data_reading_04.phpt')
-rw-r--r--tests/basic/enable_post_data_reading_04.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/enable_post_data_reading_04.phpt b/tests/basic/enable_post_data_reading_04.phpt
index 71f62cbc8e..d309169cb0 100644
--- a/tests/basic/enable_post_data_reading_04.phpt
+++ b/tests/basic/enable_post_data_reading_04.phpt
@@ -13,6 +13,7 @@ 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) {
}