Annotation of embedaddon/php/ext/phar/tests/zip/frontcontroller10.phar.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Phar front controller rewrite array invalid zip-based
                      3: --INI--
                      4: default_charset=UTF-8
                      5: --SKIPIF--
                      6: <?php if (!extension_loaded("phar")) die("skip"); ?>
                      7: --ENV--
                      8: SCRIPT_NAME=/frontcontroller10.phar.php
                      9: REQUEST_URI=/frontcontroller10.phar.php/hi
                     10: PATH_INFO=/hi
                     11: --FILE_EXTERNAL--
                     12: files/frontcontroller4.phar.zip
                     13: --EXPECTHEADERS--
                     14: Content-type: text/html; charset=UTF-8
                     15: Status: 403 Access Denied
                     16: --EXPECT--
                     17: <html>
                     18:  <head>
                     19:   <title>Access Denied</title>
                     20:  </head>
                     21:  <body>
                     22:   <h1>403 - File /hi Access Denied</h1>
                     23:  </body>
                     24: </html>

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