Annotation of embedaddon/php/ext/phar/tests/withphar_web.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Phar: default web stub, with phar extension
        !             3: --INI--
        !             4: default_charset=UTF-8
        !             5: --SKIPIF--
        !             6: <?php if (!extension_loaded("phar")) die("skip");?>
        !             7: --ENV--
        !             8: SCRIPT_NAME=/withphar_web.php
        !             9: REQUEST_URI=/withphar_web.php/web.php
        !            10: PATH_INFO=/web.php
        !            11: --FILE_EXTERNAL--
        !            12: files/nophar.phar
        !            13: --EXPECTHEADERS--
        !            14: Content-type: text/html; charset=UTF-8
        !            15: --EXPECT--
        !            16: web

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