mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
18 lines
575 B
PHP
18 lines
575 B
PHP
--TEST--
|
|
Phar front controller rewrite array [cache_list]
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.cache_list={PWD}/frontcontroller9.php
|
|
--EXTENSIONS--
|
|
phar
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller9.php
|
|
REQUEST_URI=/frontcontroller9.php/hi
|
|
PATH_INFO=/hi
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller3.phar
|
|
--EXPECTHEADERS--
|
|
Content-type: text/html; charset=UTF-8
|
|
--EXPECT--
|
|
<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>
|