1--TEST-- 2Phar front controller $_SERVER munging failure 3 [cache_list] 3--INI-- 4phar.cache_list={PWD}/frontcontroller20.php 5--EXTENSIONS-- 6phar 7--ENV-- 8SCRIPT_NAME=/frontcontroller20.php 9REQUEST_URI=/frontcontroller20.php/ 10PATH_INFO=/ 11--FILE_EXTERNAL-- 12files/frontcontroller11.phar 13--EXPECTF-- 14Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller20.php:2 15Stack trace: 16#0 %sfrontcontroller20.php(2): Phar::mungServer(Array) 17#1 {main} 18 thrown in %sfrontcontroller20.php on line 2 19