Home
last modified time | relevance | path

Searched refs:toClose (Results 1 – 1 of 1) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php50 var $toClose = array(); variable in File_Archive_Reader_Uncompress
263 for ($i=0; $i<count($this->toClose); ++$i) {
264 if ($this->toClose[$i] !== null) {
265 $this->toClose[$i]->close();
270 $this->toClose = array();