Searched refs:copy_until_char (Results 1 – 2 of 2) sorted by relevance
1651 if (($s = $this->copy_until_char('<')) === '') {1822 $tag = $this->copy_until_char('>');1917 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');2061 if ($this->copy_until_char('>') === '/') {2094 $value = $this->copy_until_char('"');2100 $value = $this->copy_until_char('\'');2175 protected function copy_until_char($char) function in simple_html_dom
1657 if (($s = $this->copy_until_char('<')) === '') {1828 $tag = $this->copy_until_char('>');1923 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');2067 if ($this->copy_until_char('>') === '/') {2100 $value = $this->copy_until_char('"');2106 $value = $this->copy_until_char('\'');2181 protected function copy_until_char($char) function in simple_html_dom