1--TEST--
2Phar front controller rewrite access denied
3--INI--
4default_charset=UTF-8
5--SKIPIF--
6<?php if (!extension_loaded("phar")) die("skip"); ?>
7--ENV--
8SCRIPT_NAME=/frontcontroller10.php
9REQUEST_URI=/frontcontroller10.php/hi
10PATH_INFO=/hi
11--FILE_EXTERNAL--
12files/frontcontroller4.phar
13--EXPECTHEADERS--
14Content-type: text/html; charset=UTF-8
15Status: 403 Access Denied
16--EXPECT--
17<html>
18 <head>
19  <title>Access Denied</title>
20 </head>
21 <body>
22  <h1>403 - File Access Denied</h1>
23 </body>
24</html>
25