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

1.1     ! misho       1: <?php if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
        !             2:     Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
        !             3: }
        !             4: Phar::webPhar("blog", "index.php");
        !             5: __HALT_COMPILER(); ?>
        !             6: ^& index.phpv7Hvr%&install.php7H2&<?php if (!file_exists("config.xml")) {
        !             7:        include "install.php";
        !             8:        exit;
        !             9: }
        !            10: var_dump(file_get_contents("config.xml"));
        !            11: ?><?php echo "install\n"; ?>}L+x&QGBMB

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