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

<?php

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

$phar = new Phar($fname);
$phar->setStub('<?php
$p = new Phar(__FILE__);
var_dump(isset($p["copied"]));
$p->copy("test.txt","copied");
var_dump(isset($p["copied"]));
echo "ok\n";
__HALT_COMPILER();
?>');
$phar['test.txt'] = "<?php __HALT"."_COMPILER();";
?>

Copyright © 2017 || Recoded By Mr.Bumblebee