summaryrefslogtreecommitdiff
path: root/tests/basic/025.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/025.phpt')
-rw-r--r--tests/basic/025.phpt8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/basic/025.phpt b/tests/basic/025.phpt
index 2a3d5daf8..fea9468b4 100644
--- a/tests/basic/025.phpt
+++ b/tests/basic/025.phpt
@@ -13,7 +13,11 @@ a=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
var_dump($_POST, $HTTP_RAW_POST_DATA);
?>
--EXPECTF--
-Notice: Undefined variable: HTTP_RAW_POST_DATA in %s/tests/basic/025.php on line 2
+Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on line 0
+
+Warning: Cannot modify header information - headers already sent in Unknown on line 0
+
+Notice: Undefined variable: HTTP_RAW_POST_DATA in %s on line %d
array(0) {
}
-NULL \ No newline at end of file
+NULL