Searched refs:tag_start (Results 1 – 3 of 3) sorted by relevance
11 $tag_start = $offset + strlen($matches[1]);12 $tag_end = $tag_start + strlen($matches[2]);22 $sample_html = substr_replace($sample_html, $to_be_inserted, $tag_start ,0);23 return $tag_start + strlen($to_be_inserted);53 $tag_start = $offset + strlen($matches[1]);54 $tag_end = $tag_start + strlen($matches[2]);64 $sample_html = substr_replace($sample_html, $to_be_inserted, $tag_start ,0);65 return $tag_start + strlen($to_be_inserted);
124 public $tag_start = 0; variable in simple_html_dom_node228 $string .= " tag_start: " . $this->tag_start;1336 $node->tag_start = $begin_tag_pos;
134 public $tag_start = 0; variable in imapmarkers\\simple_html_dom_node218 $string .= ' tag_start: ' . $this->tag_start;1921 $node->tag_start = $begin_tag_pos;