1--TEST-- 2Phar front controller mime type not string/int [cache_list] 3--INI-- 4default_charset=UTF-8 5phar.cache_list={PWD}/frontcontroller13.php 6detect_unicode=0 7--SKIPIF-- 8<?php if (!extension_loaded("phar")) die("skip"); ?> 9--ENV-- 10SCRIPT_NAME=/frontcontroller13.php 11REQUEST_URI=/frontcontroller13.php/a.php 12PATH_INFO=/a.php 13--FILE_EXTERNAL-- 14files/frontcontroller7.phar 15--EXPECTHEADERS-- 16Content-type: text/html; charset=UTF-8 17--EXPECTF-- 18Fatal error: Uncaught exception 'PharException' with message '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 19Stack trace: 20#0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array) 21#1 {main} 22 thrown in %sfrontcontroller13.php on line 2 23