xref: /PHP-5.5/ext/phar/tests/files/blog.phar (revision a51f628b)
1<?php
2Phar::interceptFileFuncs();
3if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
4    Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
5}
6Phar::webPhar("blog", "index.php");
7__HALT_COMPILER(); ?>
8^������������������	���index.php����?2�I����坙�����������install.php���?2�I���2���������<?php if (!file_exists("config.xml")) {
9	include "install.php";
10	exit;
11}
12var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
13?><?php echo "install\n"; ?>0�])IgF|������a�����GBMB