summaryrefslogtreecommitdiff
path: root/tests/basic/024.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/024.phpt')
-rw-r--r--tests/basic/024.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basic/024.phpt b/tests/basic/024.phpt
index bf8a206b3a..2e046c0cd8 100644
--- a/tests/basic/024.phpt
+++ b/tests/basic/024.phpt
@@ -10,6 +10,9 @@ a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3
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(3) {
["a"]=>
string(3) "ABC"