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