Test: /ext/session/tests/rfc1867_sid_cookie.phpt - Version 7.4.23    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
078+ [Thu Sep 2 08:16:25 2021] Script: '-' 079+ /usr/local/src/php-7.4.23/Zend/zend_string.h(135) : Freeing 0x00007ff3f845a4b0 (40 bytes), script=- 080+ [Thu Sep 2 08:16:25 2021] Script: '-' 081+ /usr/local/src/php-7.4.23/Zend/zend_string.h(135) : Freeing 0x00007ff3f845a500 (40 bytes), script=- 082+ [Thu Sep 2 08:16:25 2021] Script: '-' 083+ /usr/local/src/php-7.4.23/Zend/zend_hash.c(256) : Freeing 0x00007ff3f845b300 (56 bytes), script=- 084+ [Thu Sep 2 08:16:25 2021] Script: '-' 085+ /usr/local/src/php-7.4.23/Zend/zend_hash.c(149) : Freeing 0x00007ff3f845f780 (320 bytes), script=- 086+ === Total 4 memory leaks detected ===
1 (50%)
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_cookie.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(1630814181) 024+ ["content_length"]=> 025+ int(596) 026+ ["bytes_processed"]=> 027+ int(596) 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/php9pzujL" 040+ ["error"]=> 041+ int(0) 042+ ["done"]=> 043+ bool(true) 044+ ["start_time"]=> 045+ int(1630814181) 046+ ["bytes_processed"]=> 047+ int(1) 048+ } 049+ } 050+ } 051+ 052+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/rfc1867_sid_cookie.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- }