1--TEST-- 2Phar: default web stub, with phar extension 3--INI-- 4default_charset=UTF-8 5--SKIPIF-- 6<?php if (!extension_loaded("phar")) die("skip");?> 7--ENV-- 8SCRIPT_NAME=/withphar_web.php 9REQUEST_URI=/withphar_web.php/web.php 10PATH_INFO=/web.php 11--FILE_EXTERNAL-- 12files/nophar.phar 13--EXPECTHEADERS-- 14Content-type: text/html; charset=UTF-8 15--EXPECT-- 16web 17