We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd3eff commit 64a9dfdCopy full SHA for 64a9dfd
tests/basic/GHSA-9pqp-7h25-4f32.phpt
@@ -21,8 +21,10 @@ function test($boundaryLen) {
21
getenv('TEST_PHP_CGI_EXECUTABLE'),
22
'-C',
23
'-n',
24
+ '-dlog_errors=1',
25
__DIR__ . '/GHSA-9pqp-7h25-4f32.inc',
26
];
27
+ $cmd = implode(' ', $cmd);
28
29
$boundary = str_repeat('A', $boundaryLen);
30
$body = ""
@@ -92,11 +94,10 @@ array(1) {
92
94
93
95
Boundary len: 5117
96
Starting...
97
+PHP Warning: Boundary too large in multipart/form-data POST data in Unknown on line 0
98
X-Powered-By: %s
99
Content-type: text/html; charset=UTF-8
100
-<br />
-<b>Warning</b>: Boundary too large in multipart/form-data POST data in <b>Unknown</b> on line <b>0</b><br />
101
Hello world
102
array(0) {
103
}
0 commit comments