Annotation of embedaddon/php/ext/phar/tests/frontcontroller22.phpt, revision 1.1
1.1 ! misho 1: --TEST--
! 2: Phar front controller include from cwd test 1
! 3: --INI--
! 4: default_charset=UTF-8
! 5: --SKIPIF--
! 6: <?php if (!extension_loaded("phar")) die("skip"); ?>
! 7: --ENV--
! 8: SCRIPT_NAME=/frontcontroller22.php
! 9: REQUEST_URI=/frontcontroller22.php/index.php
! 10: PATH_INFO=/index.php
! 11: --FILE_EXTERNAL--
! 12: files/frontcontroller13.phar
! 13: --EXPECTHEADERS--
! 14: Content-type: text/html; charset=UTF-8
! 15: --EXPECTF--
! 16: %unicode|string%(4) "test"
! 17: %unicode|string%(12) "oof/test.php"
! 18:
! 19: Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.php on line %d
! 20:
! 21: 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>