diff options
author | Antony Dovgal <tony2001@php.net> | 2009-01-09 23:16:49 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2009-01-09 23:16:49 +0000 |
commit | cc6b14ef6dfbdec98bbcd9d8fac2273d1f24ed4b (patch) | |
tree | 75c005f86e5205d8112a59c09760c617979a8ee2 /ext | |
parent | e3e34fa7ed73765b3c96c2df2a87de402759ac04 (diff) | |
download | php-git-cc6b14ef6dfbdec98bbcd9d8fac2273d1f24ed4b.tar.gz |
cleanup garbage
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/tests/file/file_get_contents_variation7.phpt | 4 |
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 *** |