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