1--TEST-- 2Phar front controller mime type not string/int [cache_list] 3--INI-- 4default_charset=UTF-8 5phar.cache_list={PWD}/frontcontroller13.php 6--EXTENSIONS-- 7phar 8--ENV-- 9SCRIPT_NAME=/frontcontroller13.php 10REQUEST_URI=/frontcontroller13.php/a.php 11PATH_INFO=/a.php 12--FILE_EXTERNAL-- 13files/frontcontroller7.phar 14--EXPECTHEADERS-- 15Content-type: text/html; charset=UTF-8 16--EXPECTF-- 17Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller13.php:2 18Stack trace: 19#0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', NULL, Array) 20#1 {main} 21 thrown in %sfrontcontroller13.php on line 2 22