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 bc574c2 commit 29065f3Copy full SHA for 29065f3
tests/basic/GHSA-9pqp-7h25-4f32.phpt
@@ -21,6 +21,7 @@ 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
@@ -92,11 +93,10 @@ array(1) {
92
93
94
Boundary len: 5117
95
Starting...
96
+PHP Warning: Boundary too large in multipart/form-data POST data in Unknown on line 0
97
X-Powered-By: %s
98
Content-type: text/html; charset=UTF-8
99
-<br />
-<b>Warning</b>: Boundary too large in multipart/form-data POST data in <b>Unknown</b> on line <b>0</b><br />
100
Hello world
101
array(0) {
102
}
0 commit comments