Home
last modified time | relevance | path

Searched refs:tag_close (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php156 xml_set_element_handler($xml, 'tag_open', 'tag_close');
196 $this->tag_close(null, $tagName);
216 $this->tag_close(null, $tagName);
328 public function tag_close($parser, $tag) function in SimplePie\\Parser