Lines Matching +full:v +full:- +full:hope
14 * This library is distributed in the hope that it will be useful,
21 * Foundation, Inc., 59 Temple Place, Suite 330,Boston,MA 02111-1307 USA
26 * @copyright 1997-2005 The PHP Group
28 * @version CVS: $Id: Archive.php,v 1.12 2005/05/23 19:25:24 vincentlascaux Exp $
68 if (!$this->sourceOpened && ($error = $this->source->next()) !== true) {
72 $this->sourceOpened = true;
79 $this->source =& $source;
80 $this->sourceOpened = $this->sourceInitiallyOpened = $sourceOpened;
89 if (!$this->sourceInitiallyOpened && $this->sourceOpened) {
90 $this->sourceOpened = false;
91 if ($this->source !== null) {
92 return $this->source->close();