-=[ 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/write7.phar.inc

<?php

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

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

Copyright © 2017 || Recoded By Mr.Bumblebee