summaryrefslogtreecommitdiff
path: root/tests/basic/026.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/026.phpt')
-rw-r--r--tests/basic/026.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt
index b98a31f430..a3e34f49f2 100644
--- a/tests/basic/026.phpt
+++ b/tests/basic/026.phpt
@@ -10,6 +10,9 @@ a=1&b=ZYX
var_dump($_POST, $HTTP_RAW_POST_DATA);
?>
--EXPECT--
+Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
+
+Warning: Cannot modify header information - headers already sent in Unknown on line 0
array(0) {
}
string(9) "a=1&b=ZYX"