summaryrefslogtreecommitdiff
path: root/ext/phar/tests/open_for_write_existing.phpt
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-01-05 01:50:26 +0000
committerGreg Beaver <cellog@php.net>2007-01-05 01:50:26 +0000
commit00f516cc99e107bc315172251c66ba562210f507 (patch)
tree30113585832ca54b0f2ba7c539d01cccaa681414 /ext/phar/tests/open_for_write_existing.phpt
parentfe0f4b6a00b586e2ddc0463dcefa3918c198908d (diff)
downloadphp-git-00f516cc99e107bc315172251c66ba562210f507.tar.gz
fix creation of new files within an existing phar, add test
Diffstat (limited to 'ext/phar/tests/open_for_write_existing.phpt')
-rw-r--r--ext/phar/tests/open_for_write_existing.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/phar/tests/open_for_write_existing.phpt b/ext/phar/tests/open_for_write_existing.phpt
index 769f6e4640..81a7217bff 100644
--- a/ext/phar/tests/open_for_write_existing.phpt
+++ b/ext/phar/tests/open_for_write_existing.phpt
@@ -30,6 +30,7 @@ fwrite($fp, 'extra');
fclose($fp);
include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php';
?>
+
===DONE===
--CLEAN--
<?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>