Skip to content

Commit 7a16b6b

Browse files
committed
Fix tests
1 parent 28c7df4 commit 7a16b6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $tester->close();
4646

4747
?>
4848
--EXPECT--
49-
Warning: PHP Request Startup: Multipart body parts limit exceeded 10. To increase the limit change max_multipart_body_parts in php.ini. in Unknown on line 0
49+
Warning: Multipart body parts limit exceeded 10. To increase the limit change max_multipart_body_parts in php.ini. in Unknown on line 0
5050
int(10)
5151
--CLEAN--
5252
<?php

sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ $tester->close();
4545

4646
?>
4747
--EXPECT--
48-
Warning: PHP Request Startup: Input variables exceeded 20. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
48+
Warning: Input variables exceeded 20. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
4949

50-
Warning: PHP Request Startup: Multipart body parts limit exceeded 25. To increase the limit change max_multipart_body_parts in php.ini. in Unknown on line 0
50+
Warning: Multipart body parts limit exceeded 25. To increase the limit change max_multipart_body_parts in php.ini. in Unknown on line 0
5151
int(20)
5252
--CLEAN--
5353
<?php

0 commit comments

Comments
 (0)