Test: /tests/basic/rfc1867_max_file_size.phpt - Version 7.3.34-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Warning: Unknown: Multipart body parts limit exceeded 0. To increase the limit change max_multipart_body_parts in php.ini. in Unknown on line 0
002+ array(0) {
003+ }
004+ array(0) {
005+ }
006+
007+ Notice: Undefined index: file1 in %s/rfc1867_max_file_size.php on line 4
008+
009+ Notice: Undefined index: file3 in %s/rfc1867_max_file_size.php on line 7
001- array(3) {
002- ["file1"]=>
003- array(5) {
004- ["name"]=>
005- string(9) "file1.txt"
006- ["type"]=>
007- string(16) "text/plain-file1"
008- ["tmp_name"]=>
009- string(%d) "%s"
010- ["error"]=>
011- int(0)
012- ["size"]=>
013- int(1)
014- }
015- ["file2"]=>
016- array(5) {
017- ["name"]=>
018- string(9) "file2.txt"
019- ["type"]=>
020- string(0) ""
021- ["tmp_name"]=>
022- string(0) ""
023- ["error"]=>
024- int(2)
025- ["size"]=>
026- int(0)
027- }
028- ["file3"]=>
029- array(5) {
030- ["name"]=>
031- string(9) "file3.txt"
032- ["type"]=>
033- string(16) "text/plain-file3"
034- ["tmp_name"]=>
035- string(%d) "%s"
036- ["error"]=>
037- int(0)
038- ["size"]=>
039- int(1)
040- }
041- }
042- array(1) {
043- ["MAX_FILE_SIZE"]=>
044- string(1) "1"
045- }
046- string(1) "1"
047- string(1) "3"