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