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

index c07685702542124ad12fc584dd43697695515f82..17c55b61351d60cffdb4cd1f2530bbbc934ddcd9 100644 (file)
@@ -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 ***