Test: /sapi/cli/tests/php_cli_server_009.phpt - Version 5.4.0beta2-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ HTTP/1.1 404 Not Found
001- HTTP/1.1 200 OK
004+ Content-Type: text/html; charset=UTF-8
005+ Content-Length: 1152
004- X-Powered-By: PHP/%s
005- Content-type: text/html
007+ <html><head><title>404 Not Found</title><style type="text/css">
008+ body {background-color: #ffffff; color: #000000;}
009+ body, td, th, h1, h2 {font-family: sans-serif;}
010+ pre {margin: 0px; font-family: monospace;}
011+ a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
012+ a:hover {text-decoration: underline;}
013+ table {border-collapse: collapse;}
014+ .center {text-align: center;}
015+ .center table { margin-left: auto; margin-right: auto; text-align: left;}
007- string(8) "/foo/bar"
008- HTTP/1.0 200 OK
009- Host: %s
010- Connection: closed
011- X-Powered-By: PHP/%s
012- Content-type: text/html
013-
014- string(9) "/foo/bar/"
015- HTTP/1.0 404 Not Found
016+ .center th { text-align: center !important; }
017+ td, th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
018+ h1 {font-size: 150%;}
019+ h2 {font-size: 125%;}
020+ .p {text-align: left;}
021+ .e {background-color: #ccccff; font-weight: bold; color: #000000;}
022+ .h {background-color: #9999cc; font-weight: bold; color: #000000;}
023+ .v {background-color: #cccccc; color: #000000;}
024+ .vr {background-color: #cccccc; text-align: right; color: #000000;}
025+ img {float: right; border: 0px;}
026+ hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}
027+ </style>
028+ </head><body><h1 class="h">Not Found</h1><p>The requested resource /foo/bar was not found on this server.</p></body></html>HTTP/1.0 404 Not Found
029+ Host: localhost
030+ Connection: closed
031+ Content-Type: text/html; charset=UTF-8
032+ Content-Length: 1153
033+
034+ <html><head><title>404 Not Found</title><style type="text/css">
035+ body {background-color: #ffffff; color: #000000;}
036+ body, td, th, h1, h2 {font-family: sans-serif;}
037+ pre {margin: 0px; font-family: monospace;}
038+ a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
039+ a:hover {text-decoration: underline;}
040+ table {border-collapse: collapse;}
041+ .center {text-align: center;}
042+ .center table { margin-left: auto; margin-right: auto; text-align: left;}
043+ .center th { text-align: center !important; }
044+ td, th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
045+ h1 {font-size: 150%;}
046+ h2 {font-size: 125%;}
047+ .p {text-align: left;}
048+ .e {background-color: #ccccff; font-weight: bold; color: #000000;}
049+ .h {background-color: #9999cc; font-weight: bold; color: #000000;}
050+ .v {background-color: #cccccc; color: #000000;}
051+ .vr {background-color: #cccccc; text-align: right; color: #000000;}
052+ img {float: right; border: 0px;}
053+ hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}
054+ </style>
055+ </head><body><h1 class="h">Not Found</h1><p>The requested resource /foo/bar/ was not found on this server.</p></body></html>HTTP/1.0 404 Not Found