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

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

Count Diff
1 (33%)
001+ Server is not accepting connections after 6 seconds 001- HTTP/1.1 404 Not Found 002- Host: %s 003- Date: %s 004- Connection: close 005- Content-Type: text/html; charset=UTF-8 006- Content-Length: %d 007- 008- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 009- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html> 010- HTTP/1.1 404 Not Found 011- Host: %s 012- Date: %s 013- Connection: close 014- Content-Type: text/html; charset=UTF-8 015- Content-Length: %d 016- 017- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 018- </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> 019- HTTP/1.1 404 Not Found 020- Host: %s 021- Date: %s 022- Connection: close 023- Content-Type: text/html; charset=UTF-8 024- Content-Length: %d 025- 026- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 027- </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 (33%)
001+ HTTP/1.1 200 OK 001- HTTP/1.1 404 Not Found 005+ X-Powered-By: PHP/7.4.21 006+ Content-type: text/html; charset=UTF-8 005- Content-Type: text/html; charset=UTF-8 006- Content-Length: %d 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+ } 016+ 017+ HTTP/1.1 200 OK 008- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 009- </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html> 010- HTTP/1.1 404 Not Found 014- Content-Type: text/html; charset=UTF-8 015- Content-Length: %d 017- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 018- </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> 019- HTTP/1.1 404 Not Found 021+ X-Powered-By: PHP/7.4.21 022+ Content-type: text/html; charset=UTF-8 023+ 024+ array(1) { 025+ ["Host"]=> 026+ string(9) "localhost" 027+ } 023- Content-Type: text/html; charset=UTF-8 024- Content-Length: %d 029+ HTTP/1.1 200 OK 033+ X-Powered-By: PHP/7.4.21 034+ Content-type: text/html; charset=UTF-8 025- 026- <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 027- </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 (33%)