Annotation of embedaddon/php/ext/phar/tests/files/frontcontroller18.phar, revision 1.1.1.1

1.1       misho       1: <?php
                      2: function s($a)
                      3: {
                      4: }
                      5: try {
                      6: Phar::webPhar("test.phar", "/index.php", null, array(), "s");
                      7: } catch (Exception $e) {
                      8: die($e->getMessage() . "\n");
                      9: }
                     10: echo "oops did not run\n";
                     11: var_dump($_ENV, $_SERVER);
                     12: __HALT_COMPILER(); ?>
                     13: 7&& index.php)ÓHJVÔ‹¶&<?php
                     14: echo "hi";
                     15: ßJ1`‘=ؾrÄGMÖ@±gGBMB

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