--TEST-- Bug #60180 ($_SERVER["PHP_SELF"] incorrect) --SKIPIF-- --FILE-- --EXPECTF-- HTTP/1.1 200 OK Host: %s Connection: close X-Powered-By: PHP/%s Content-type: text/html string(18) "/index.php/foo/bar" string(10) "/index.php" string(8) "/foo/bar" string(7) "foo=bar" HTTP/1.0 200 OK Host: %s Connection: close X-Powered-By: PHP/%s Content-type: text/html string(19) "/index.php/foo/bar/" string(10) "/index.php" string(9) "/foo/bar/" string(7) "foo=bar"