1--TEST--
2Phar front controller 404
3--SKIPIF--
4<?php if (!extension_loaded("phar")) die("skip"); ?>
5--INI--
6detect_unicode=0
7--ENV--
8SCRIPT_NAME=/frontcontroller6.php
9REQUEST_URI=/frontcontroller6.php/notfound.php
10PATH_INFO=/notfound.php
11--FILE_EXTERNAL--
12files/frontcontroller.phar
13--EXPECTHEADERS--
14Status: 404 Not Found
15--EXPECT--
16<html>
17 <head>
18  <title>File Not Found</title>
19 </head>
20 <body>
21  <h1>404 - File /notfound.php Not Found</h1>
22 </body>
23</html>
24