Lines Matching refs:tar
2 Phar: test that refcounting avoids problems with deleting a file tar-based
13 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.tar';
16 $tar = new tarmaker($fname, 'none');
17 $tar->init();
18 $tar->addFile('.phar/stub.php', "<?php __HALT_COMPILER(); ?>");
28 $tar->addFile($n, $file);
31 $tar->close();
53 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
58 string(%d) "phar://%srefcount1.phar.tar/b/c.php"
65 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.tar", has open file pointers, ca…
68 string(%d) "phar://%srefcount1.phar.tar/b/c.php"