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

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

Count Diff
1 (50%)
007+ <pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/foo/bar'</font> <i>(length=8)</i>
008+ </pre>HTTP/1.0 200 OK
007- string(8) "/foo/bar"
008- HTTP/1.0 200 OK
014+ <pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/foo/bar/'</font> <i>(length=9)</i>
015+ </pre>HTTP/1.0 404 Not Found
014- string(9) "/foo/bar/"
015- HTTP/1.0 404 Not Found
1 (50%)
001+ Warning: fsockopen(): unable to connect to localhost:8964 (Connection refused) in %s/php_cli_server_009.php on line 8
002+ connect failed
001- HTTP/1.1 200 OK
002- Host: %s
003- Connection: closed
004- X-Powered-By: PHP/%s-dev
005- Content-type: text/html
006-
007- string(8) "/foo/bar"
008- HTTP/1.0 200 OK
009- Host: %s
010- Connection: closed
011- X-Powered-By: PHP/%s-dev
012- Content-type: text/html
013-
014- string(9) "/foo/bar/"
015- HTTP/1.0 404 Not Found