-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/phar/tests/cache_list/files/
File Upload :
Current File : //usr/src/php/ext/phar/tests/cache_list/files/write4.phar.inc

<?php

$fname = dirname(__FILE__) . '/write4.phar';
@unlink($fname);

$phar = new Phar($fname);
$phar->setStub('<?php
var_dump(file_exists("phar://" . __FILE__ . "/test.txt"));
clearstatcache();
Phar::mount("test.txt", "phar://" . __FILE__ . "/tobemounted");
var_dump(file_exists("phar://" . __FILE__ . "/test.txt"), file_get_contents("phar://" . __FILE__ . "/test.txt"));
echo "ok\n";
__HALT_COMPILER();
?>');
$phar['tobemounted'] = "hi";
?>

Copyright © 2017 || Recoded By Mr.Bumblebee