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