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
21 lines
527 B
PHP
21 lines
527 B
PHP
--TEST--
|
|
Phar front controller with valid callback that does not return any value [cache_list]
|
|
--INI--
|
|
default_charset=UTF-8
|
|
phar.cache_list={PWD}/frontcontroller33.php
|
|
--EXTENSIONS--
|
|
phar
|
|
--SKIPIF--
|
|
<?php
|
|
if (getenv('SKIP_ASAN')) die('xleak LSan crashes for this test');
|
|
?>
|
|
--ENV--
|
|
SCRIPT_NAME=/frontcontroller33.php
|
|
REQUEST_URI=/frontcontroller33.php
|
|
--EXPECTHEADERS--
|
|
Content-type: text/html; charset=UTF-8
|
|
--FILE_EXTERNAL--
|
|
files/frontcontroller18.phar
|
|
--EXPECT--
|
|
phar error: rewrite callback must return a string or false
|