mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +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
22 lines
427 B
PHP
22 lines
427 B
PHP
--TEST--
|
|
Phar front controller other
|
|
--INI--
|
|
phar.cache_list={PWD}/frontcontroller1.php [cache_list]
|
|
--EXTENSIONS--
|
|
phar
|
|
--SKIPIF--
|
|
<?php
|
|
if (getenv('SKIP_ASAN')) die('xleak LSan crashes for this test');
|
|
?>
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller1.php
|
|
REQUEST_URI=/frontcontroller1.php/a.jpg
|
|
PATH_INFO=/a.jpg
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller.phar
|
|
--EXPECTHEADERS--
|
|
Content-type: image/jpeg
|
|
Content-length: 3
|
|
--EXPECT--
|
|
hio
|