Home
last modified time | relevance | path

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

/dports/net/pear-Horde_Ldap/Horde_Ldap-2.4.2/lib/Horde/Ldap/
H A DLdif.php111 protected $_linesNext = array(); variable in Horde_Ldap_Ldif
563 if (count($this->_linesNext) == 0 || $force) {
565 $this->_linesNext = array();
586 if (count($this->_linesNext) > 0 && preg_match('/^$/', $data)) {
628 $this->_linesNext[] = trim($data);
637 $this->_linesNext[] = array_pop($this->_linesNext) . trim($matches[1]);
653 return $this->_linesNext;