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