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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
007+ <pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/index.php/foo/bar'</font> <i>(length=18)</i>
008+ </pre><pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/index.php'</font> <i>(length=10)</i>
009+ </pre><pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/foo/bar'</font> <i>(length=8)</i>
010+ </pre><pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'foo=bar'</font> <i>(length=7)</i>
011+ </pre>HTTP/1.0 200 OK
007- string(18) "/index.php/foo/bar"
008- string(10) "/index.php"
009- string(8) "/foo/bar"
010- string(7) "foo=bar"
011- HTTP/1.0 200 OK
017+ <pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/index.php/foo/bar/'</font> <i>(length=19)</i>
018+ </pre><pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/index.php'</font> <i>(length=10)</i>
019+ </pre><pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'/foo/bar/'</font> <i>(length=9)</i>
020+ </pre><pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'foo=bar'</font> <i>(length=7)</i>
017- string(19) "/index.php/foo/bar/"
018- string(10) "/index.php"
019- string(9) "/foo/bar/"
020- string(7) "foo=bar"
021+ </pre>