1--TEST-- 2Phar front controller include from cwd test 1 [cache_list] 3--INI-- 4default_charset=UTF-8 5phar.cache_list={PWD}/frontcontroller22.phpt 6--SKIPIF-- 7<?php if (!extension_loaded("phar")) die("skip"); ?> 8--ENV-- 9SCRIPT_NAME=/frontcontroller22.php 10REQUEST_URI=/frontcontroller22.php/index.php 11PATH_INFO=/index.php 12--FILE_EXTERNAL-- 13files/frontcontroller13.phar 14--EXPECTHEADERS-- 15Content-type: text/html; charset=UTF-8 16--EXPECTF-- 17string(4) "test" 18string(12) "oof/test.php" 19 20Warning: include(./hi.php): Failed to open stream: No such file or directory in phar://%s/oof/test.php on line %d 21 22Warning: include(): Failed opening './hi.php' for inclusion (include_path='%s') in phar://%soof/test.php on line %d 23