1--TEST-- 2Phar front controller rewrite array zip-based 3--INI-- 4default_charset=UTF-8 5--EXTENSIONS-- 6phar 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<pre><code style="color: #000000"><span style="color: #0000BB"><?php </span><span style="color: #007700">function </span><span style="color: #0000BB">hio</span><span style="color: #007700">(){}</span></code></pre> 17