Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsimple_html_dom.php1459 if ($this->copy_until_char_escape('>')==='/')
1497 $node->attr[$name] = $this->restore_noise($this->copy_until_char_escape('"'));
1503 $node->attr[$name] = $this->restore_noise($this->copy_until_char_escape('\''));
1584 protected function copy_until_char_escape($char) function in simple_html_dom