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