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