1<?php 2set_include_path("phar://" . __FILE__); 3try { 4Phar::webPhar("test.phar", "/start/index.php"); 5} catch (Exception $e) { 6die($e->getMessage() . "\n"); 7} 8echo "oops did not run\n"; 9var_dump($_ENV, $_SERVER); 10__HALT_COMPILER(); ?> 11�start/index.php9!�H9HٗN�start/another.php>!�H>| 12��another.php!�Hb����<?php 13echo "start/index.php\n"; 14include "./another.php"; 15<?php 16echo "start/another.php\n"; 17include "../another.php"; 18?><?php 19echo "another.php\n"; 20?>{��a�1�K��TIf��T�*GBMB