Searched refs:copy_until (Results 1 – 2 of 2) sorted by relevance
1909 $tag = $this->copy_until($this->token_slash); // Get tag name1946 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');1984 $name = $this->copy_until($this->token_equal);2105 $value = $this->copy_until($this->token_attr);2166 protected function copy_until($chars) function in simple_html_dom
1915 $tag = $this->copy_until($this->token_slash); // Get tag name1952 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');1990 $name = $this->copy_until($this->token_equal);2111 $value = $this->copy_until($this->token_attr);2172 protected function copy_until($chars) function in simple_html_dom