]> granicus.if.org Git - php/commitdiff
cleanup garbage
authorAntony Dovgal <tony2001@php.net>
Fri, 9 Jan 2009 23:16:41 +0000 (23:16 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 9 Jan 2009 23:16:41 +0000 (23:16 +0000)
ext/standard/tests/file/file_get_contents_variation7.phpt

index 48bb9139a856e70be91e9bbd041ee869536ad3cf..f782010755600e6733af409c2db9e5f1cb768080 100644 (file)
@@ -54,8 +54,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);
 
@@ -103,4 +103,4 @@ unicode(%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 ***