Test: /sapi/cli/tests/php_cli_server_012.phpt - Version 7.4.21    

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

Count Diff
1 (50%)
008+ array(3) { 009+ ["Host"]=> 010+ string(9) "localhost" 011+ ["Content-Type"]=> 012+ string(33) "application/x-www-form-urlencoded" 013+ ["Content-Length"]=> 014+ string(1) "3" 015+ } 008- Array 009- ( 010- [a] => b 011- ) 012- Array 013- ( 014- [a] => b 015- [foo] => bar 016- )
1 (50%)
001+ Server is not accepting connections after 6 seconds 001- HTTP/1.1 200 OK 002- Host: %s 003- Date: %s 004- Connection: close 005- X-Powered-By: PHP/%s 006- Content-type: text/html; charset=UTF-8 007- 008- Array 009- ( 010- [a] => b 011- ) 012- Array 013- ( 014- [a] => b 015- [foo] => bar 016- )