summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-01-09 23:16:49 +0000
committerAntony Dovgal <tony2001@php.net>2009-01-09 23:16:49 +0000
commitcc6b14ef6dfbdec98bbcd9d8fac2273d1f24ed4b (patch)
tree75c005f86e5205d8112a59c09760c617979a8ee2 /ext
parente3e34fa7ed73765b3c96c2df2a87de402759ac04 (diff)
downloadphp-git-cc6b14ef6dfbdec98bbcd9d8fac2273d1f24ed4b.tar.gz
cleanup garbage
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/tests/file/file_get_contents_variation7.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/file_get_contents_variation7.phpt b/ext/standard/tests/file/file_get_contents_variation7.phpt
index c076857025..17c55b6135 100644
--- a/ext/standard/tests/file/file_get_contents_variation7.phpt
+++ b/ext/standard/tests/file/file_get_contents_variation7.phpt
@@ -52,8 +52,8 @@ for($i = 0; $i<count($allDirs); $i++) {
var_dump(file_get_contents($dir."/".$filename));
}
-unlink($absFile);
chdir($old_dir_path);
+unlink($absFile);
rmdir($absSubDir);
rmdir($absMainDir);
@@ -101,4 +101,4 @@ string(%d) "contents read"
Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d
bool(false)
-*** Done *** \ No newline at end of file
+*** Done ***