Lines Matching refs:copy
2 Phar: copy()
25 $p->copy('a', 'b');
29 $p->copy('b', 'c');
32 copy($fname, $fname2);
33 $p->copy('a', $ename);
47 $p2->copy('notexisting', 'another');
52 $p2->copy('a', 'b');
57 $p2->copy('a', 'd');
60 $p2->copy('d', '.phar/stub.php');
65 $p2->copy('.phar/stub.php', 'd');
80 file "d" cannot be copied to file ".phar/stub.php", cannot copy to Phar meta-file in %sphar_copy2.p…
81 file ".phar/stub.php" cannot be copied to file "d", cannot copy Phar meta-file in %sphar_copy2.phar…