1--TEST--
2Phar front controller with generic action router test [cache_list]
3--INI--
4default_charset=UTF-8
5phar.cache_list={PWD}/frontcontroller23.php
6--SKIPIF--
7<?php if (!extension_loaded("phar")) die("skip"); ?>
8--ENV--
9SCRIPT_NAME=/frontcontroller23.php
10REQUEST_URI=/frontcontroller23.php/hi/there
11PATH_INFO=/hi/there
12--FILE_EXTERNAL--
13files/frontcontroller14.phar
14--EXPECTHEADERS--
15Content-type: text/html; charset=UTF-8
16--EXPECTF--
17string(9) "/hi/there"
18string(%d) "phar://%sfrontcontroller23.php/html/index.php"
19