Annotation of embedaddon/php/ext/phar/tests/cache_list/frontcontroller22.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>