diff --git a/ext/phar/tests/027.phpt b/ext/phar/tests/027.phpt index 7277f8f54bb..ca7cad26b91 100755 --- a/ext/phar/tests/027.phpt +++ b/ext/phar/tests/027.phpt @@ -63,6 +63,7 @@ $b = opendir('phar://test.phar/'); while (false !== ($c = readdir($b))) { echo "$c\n"; } +closedir($b); unlink($a . '/test1.txt'); unlink($a . '/test2.txt'); unlink($a . '/test3.txt');