Test: /ext/mysqli/tests/mysqli_real_connect_compression_error.phpt - Version 7.4.29    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ array(2) { 004+ [0]=> 003- array(0) { 004- } 005+ array(3) { 006+ ["errno"]=> 007+ int(2006) 008+ ["sqlstate"]=> 009+ string(5) "HY000" 010+ ["error"]=> 011+ string(26) "MySQL server has gone away" 012+ } 013+ [1]=> 014+ array(3) { 015+ ["errno"]=> 016+ int(1153) 017+ ["sqlstate"]=> 018+ string(5) "08S01" 019+ ["error"]=> 020+ string(51) "Got a packet bigger than 'max_allowed_packet' bytes" 021+ } 022+ }