mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
Cirrus will no longer offer unlimited free builds starting next month. We don't have an alternative for FreeBSD and ARM, so move what we can for now. Closes GH-11898
23 lines
560 B
PHP
23 lines
560 B
PHP
--TEST--
|
|
Phar front controller with generic action router test [cache_list]
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.cache_list={PWD}/frontcontroller23.php
|
|
--EXTENSIONS--
|
|
phar
|
|
--SKIPIF--
|
|
<?php
|
|
if (getenv('SKIP_ASAN')) die('xleak LSan crashes for this test');
|
|
?>
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller23.php
|
|
REQUEST_URI=/frontcontroller23.php/hi/there
|
|
PATH_INFO=/hi/there
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller14.phar
|
|
--EXPECTHEADERS--
|
|
Content-type: text/html; charset=UTF-8
|
|
--EXPECTF--
|
|
string(9) "/hi/there"
|
|
string(%d) "phar://%sfrontcontroller23.php/html/index.php"
|