Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/
H A Dphpstan.dist.neon51 …message: '(^Parameter \$parser of method SimplePie\\Parser::(tag_open|cdata|tag_close)\(\) has inv…
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php204 $this->tag_open(null, $tagName, $attributes);
280 public function tag_open($parser, string $tag, array $attributes) function in SimplePie\\Parser