mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
18 lines
374 B
PHP
18 lines
374 B
PHP
--TEST--
|
|
Phar front controller with no extension [cache_list]
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.cache_list={PWD}/frontcontroller27.php
|
|
--EXTENSIONS--
|
|
phar
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller27.php
|
|
REQUEST_URI=/frontcontroller27.php/noext
|
|
PATH_INFO=/noext
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller8.phar
|
|
--EXPECTHEADERS--
|
|
Content-type: text/plain;charset=UTF-8
|
|
--EXPECT--
|
|
hi
|