1--TEST--
2Phar front controller rewrite array zip-based
3--INI--
4default_charset=UTF-8
5--SKIPIF--
6<?php if (!extension_loaded("phar")) die("skip"); ?>
7--ENV--
8SCRIPT_NAME=/frontcontroller9.phar.php
9REQUEST_URI=/frontcontroller9.phar.php/hi
10PATH_INFO=/hi
11--FILE_EXTERNAL--
12files/frontcontroller3.phar.zip
13--EXPECTHEADERS--
14Content-type: text/html; charset=UTF-8
15--EXPECT--
16<code><span style="color: #000000">
17<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">hio</span><span style="color: #007700">(){}</span>
18</span>
19</code>