1--TEST-- 2Phar front controller no index file 404 [cache_list] 3--INI-- 4phar.cache_list={PWD}/frontcontroller8.php 5detect_unicode=0 6--SKIPIF-- 7<?php if (!extension_loaded("phar")) die("skip"); ?> 8--ENV-- 9SCRIPT_NAME=/frontcontroller8.php 10REQUEST_URI=/frontcontroller8.php/ 11PATH_INFO=/ 12--FILE_EXTERNAL-- 13files/frontcontroller3.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 /index.php Not Found</h1> 23 </body> 24</html> 25