Searched refs:copy_until_char (Results 1 – 2 of 2) sorted by relevance
1664 if (($s = $this->copy_until_char('<')) === '') {1833 $tag = $this->copy_until_char('>');1928 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');2080 if ($this->copy_until_char('>') === '/') {2112 $value = $this->copy_until_char('"');2118 $value = $this->copy_until_char('\'');2186 protected function copy_until_char($char) { function in imapmarkers\\simple_html_dom
1171 if (($s = $this->copy_until_char('<'))==='')1275 $tag = $this->copy_until_char('>');1340 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');1566 protected function copy_until_char($char) function in simple_html_dom