1--TEST-- 2Phar web-based phar with fatal error 3--INI-- 4default_charset=UTF-8 5--SKIPIF-- 6<?php if (!extension_loaded("phar")) die("skip"); ?> 7--ENV-- 8SCRIPT_NAME=/fatal_error_webphar.php 9REQUEST_URI=/fatal_error_webphar.php/index.php 10PATH_INFO=/index.php 11--FILE_EXTERNAL-- 12files/pear2coverage.phar.php 13--EXPECTHEADERS-- 14Content-type: text/html; charset=UTF-8 15--EXPECTF-- 16Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in %s on line %d 17string(9) "\Web\View" 18 19Parse error: syntax error, unexpected %s, expecting %s in phar://%r([A-Za-z]:)?%r/%sfatal_error_webphar.php/Web/View.php on line 380 20