Test: /sapi/cli/tests/php_cli_server_019.phpt - Version 7.0.24-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Server is not running
001- HTTP/1.1 200 OK
002- Host: %s
003- Connection: close
004- X-Powered-By: %s
005- Bar-Foo: Foo
006- Content-type: text/html; charset=UTF-8
007-
008- array(2) {
009- ["Host"]=>
010- string(9) "localhost"
011- ["Foo-Bar"]=>
012- string(3) "Bar"
013- }
014- array(2) {
015- ["Host"]=>
016- string(9) "localhost"
017- ["Foo-Bar"]=>
018- string(3) "Bar"
019- }
020- array(3) {
021- ["X-Powered-By"]=>
022- string(%d) "P%s"
023- ["Bar-Foo"]=>
024- string(3) "Foo"
025- ["Content-type"]=>
026- string(24) "text/html; charset=UTF-8"
027- }