Test: /sapi/cli/tests/php_cli_server_013.phpt - Version 7.0.15    

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

Count Diff
1 (50%)
001+ Server is not running
001- HTTP/1.1 404 Not Found
002- Host: %s
003- Connection: close
004- Content-Type: text/html; charset=UTF-8
005- Content-Length: %d
006-
007- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
008- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>
009- HTTP/1.1 404 Not Found
010- Host: %s
011- Connection: close
012- Content-Type: text/html; charset=UTF-8
013- Content-Length: %d
014-
015- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
016- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html>
017- HTTP/1.1 404 Not Found
018- Host: %s
019- Connection: close
020- Content-Type: text/html; charset=UTF-8
021- Content-Length: %d
022-
023- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
024- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was not found on this server.</p></body></html>
1 (50%)
001+ HTTP/1.1 200 OK
002+ Host: localhost
003+ Connection: close
004+ X-Powered-By: PHP/7.0.15
005+ Content-type: text/html; charset=UTF-8
006+
007+ Array
008+ (
009+ [a] => b
010+ )
011+
008- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>
009- HTTP/1.1 404 Not Found
012- Content-Type: text/html; charset=UTF-8
013- Content-Length: %d
019+ </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html>
020+ HTTP/1.1 200 OK
023+ X-Powered-By: PHP/7.0.15
024+ Content-type: text/html; charset=UTF-8
014-
015- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
016- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html>
017- HTTP/1.1 404 Not Found
018- Host: %s
019- Connection: close
020- Content-Type: text/html; charset=UTF-8
021- Content-Length: %d
022-
023- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
024- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was not found on this server.</p></body></html>