Annotation of embedaddon/php/ext/phar/tests/files/frontcontroller19.phar, revision 1.1

1.1     ! misho       1: <?php
        !             2: set_include_path("phar://" . __FILE__);
        !             3: try {
        !             4: Phar::webPhar("test.phar", "/start/index.php");
        !             5: } catch (Exception $e) {
        !             6: die($e->getMessage() . "\n");
        !             7: }
        !             8: echo "oops did not run\n";
        !             9: var_dump($_ENV, $_SERVER);
        !            10: __HALT_COMPILER(); ?>
        !            11: ‘&start/index.php9!ïH9HÙ—N¶&start/another.php>!ïH>|
        !            12: Øó¶&another.php!ïHb½‹š¶&<?php
        !            13: echo "start/index.php\n";
        !            14: include "./another.php";
        !            15: <?php
        !            16: echo "start/another.php\n";
        !            17: include "../another.php";
        !            18: ?><?php
        !            19: echo "another.php\n";
        !            20: ?>{œ¬a–1ÚK©™TIf¹çTÊ*GBMB

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