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: Multi.php,v 1.10 2005/05/26 21:30:18 vincentlascaux Exp $
61 $this->sources[] =& $source;
69 while (array_key_exists($this->currentIndex, $this->sources)) {
70 $this->source =& $this->sources[$this->currentIndex];
72 if (($error = $this->source->next()) === false) {
73 $error = $this->source->close();
77 $this->currentIndex++;
90 $this->currentIndex = 0;