1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

cleanup garbage

This commit is contained in:
Antony Dovgal
2009-01-09 23:16:49 +00:00
parent e3e34fa7ed
commit cc6b14ef6d
@@ -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 ***
*** Done ***