Lines Matching refs:tar
2 Phar: test that refcounting avoids problems with deleting a file tar-based
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.tar';
14 $tar = new tarmaker($fname, 'none');
15 $tar->init();
16 $tar->addFile('.phar/stub.php', "<?php __HALT_COMPILER(); ?>");
26 $tar->addFile($n, $file);
29 $tar->close();
50 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
55 string(%d) "phar://%srefcount1.phar.tar/b/c.php"
62 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.tar", has open file pointers, ca…
65 string(%d) "phar://%srefcount1.phar.tar/b/c.php"