
| Path : /usr/src/php/ext/phar/tests/cache_list/files/ |
| Current File : //usr/src/php/ext/phar/tests/cache_list/files/frontcontroller14.phar |
<?php
function s($a)
{
return "/html/index.php";
}
Phar::interceptFileFuncs();
Phar::mungServer(array("PHP_SELF", "REQUEST_URI"));
Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
echo "oops did not run\n";
var_dump($_ENV, $_SERVER);
__HALT_COMPILER(); ?>
<