Test: /sapi/fpm/tests/getallheaders.phpt - Version 7.3.4    

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

Count Diff
1 (33%)
001+ ERROR: The header X-Powered-By is not present
1 (33%)
001+ ERROR: The NOTICE does not match expected message:
002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/
003+ - MESSAGE: [01-Nov-2021 16:53:26] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)
004+ - EXPECT: 'fpm is running, pid \d+'
005+ - ACTUAL: '2021 16:53:26] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)'
1 (33%)
001+ ERROR: ==> The expected body:
001- Done
002+ Test Start
003+ array(4) {
004+ ["Foo"]=>
005+ string(3) "foo"
006+ ["X-Foo"]=>
007+ string(3) "BAR"
008+ ["Content-Length"]=>
009+ string(1) "0"
010+ ["Content-Type"]=>
011+ string(0) ""
012+ }
013+ Test End
014+ ==> does not match the actual body:
015+ Test Start
016+ <pre class='xdebug-var-dump' dir='ltr'>
017+ <small>/home/jessedev/Downloads/php-7.3.4/sapi/fpm/tests/getallheaders.src.php:4:</small>
018+ <b>array</b> <i>(size=4)</i>
019+ 'Foo' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'foo'</font> <i>(length=3)</i>
020+ 'X-Foo' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'BAR'</font> <i>(length=3)</i>
021+ 'Content-Length' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
022+ 'Content-Type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>''</font> <i>(length=0)</i>
023+ </pre>Test End
024+ Done