mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
18 lines
573 B
PHP
18 lines
573 B
PHP
--TEST--
|
|
Phar front controller phps [cache_list]
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.cache_list={PWD}/frontcontroller3.php
|
|
--EXTENSIONS--
|
|
phar
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller3.php
|
|
REQUEST_URI=/frontcontroller3.php/a.phps
|
|
PATH_INFO=/a.phps
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller.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>
|