mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
20 lines
429 B
PHP
20 lines
429 B
PHP
--TEST--
|
|
Phar front controller with cwd [cache_list]
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.cache_list={PWD}/frontcontroller34.php
|
|
--EXTENSIONS--
|
|
phar
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller34.php
|
|
REQUEST_URI=/frontcontroller34.php/start/index.php
|
|
PATH_INFO=/start/index.php
|
|
--EXPECTHEADERS--
|
|
Content-type: text/html; charset=UTF-8
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller19.phar
|
|
--EXPECT--
|
|
start/index.php
|
|
start/another.php
|
|
another.php
|