Test: /ext/session/tests/rfc1867_sid_post.phpt - Version 7.4.21    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: Maximum number of allowable file uploads has been exceeded in Unknown on line 0 002+ 003+ Warning: session_start(): Cannot start session when headers already sent in %s/rfc1867_sid_post.php on line 2 004+ string(0) "" 001- string(%d) "rfc1867-tests" 003- array(2) { 006+ array(1) { 017- ["file2"]=> 018- array(5) { 019- ["name"]=> 020- string(9) "file2.txt" 021- ["type"]=> 022- string(0) "" 023- ["tmp_name"]=> 024- string(%d) "%s" 025- ["error"]=> 026- int(0) 027- ["size"]=> 028- int(1) 029- } 030- } 031- array(5) { 032- ["start_time"]=> 033- int(%d) 034- ["content_length"]=> 035- int(%d) 036- ["bytes_processed"]=> 037- int(%d) 038- ["done"]=> 039- bool(true) 040- ["files"]=> 041- array(2) { 042- [0]=> 043- array(7) { 044- ["field_name"]=> 045- string(5) "file1" 046- ["name"]=> 047- string(9) "file1.txt" 048- ["tmp_name"]=> 049- string(%d) "%s" 020+ } 021+ array(5) { 022+ ["start_time"]=> 023+ int(1625709751) 024+ ["content_length"]=> 025+ int(589) 026+ ["bytes_processed"]=> 027+ int(589) 028+ ["done"]=> 029+ bool(true) 030+ ["files"]=> 031+ array(1) { 032+ [0]=> 033+ array(7) { 034+ ["field_name"]=> 035+ string(5) "file1" 036+ ["name"]=> 037+ string(9) "file1.txt" 038+ ["tmp_name"]=> 039+ string(14) "/tmp/php3msch7" 040+ ["error"]=> 041+ int(0) 042+ ["done"]=> 043+ bool(true) 044+ ["start_time"]=> 045+ int(1625709751) 046+ ["bytes_processed"]=> 047+ int(1) 048+ } 049+ } 050+ } 051+ 052+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/rfc1867_sid_post.php on line 7 050- ["error"]=> 051- int(0) 052- ["done"]=> 053- bool(true) 054- ["start_time"]=> 055- int(%d) 056- ["bytes_processed"]=> 057- int(1) 058- } 059- [1]=> 060- array(7) { 061- ["field_name"]=> 062- string(5) "file2" 063- ["name"]=> 064- string(9) "file2.txt" 065- ["tmp_name"]=> 066- string(%d) "%s" 067- ["error"]=> 068- int(0) 069- ["done"]=> 070- bool(true) 071- ["start_time"]=> 072- int(%d) 073- ["bytes_processed"]=> 074- int(1) 075- } 076- } 077- }