Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php73 public $current_xhtml_construct = -1; variable in SimplePie\\Parser
292 if ($this->current_xhtml_construct >= 0) {
293 $this->current_xhtml_construct++;
312 $this->current_xhtml_construct = 0;
319 if ($this->current_xhtml_construct >= 0) {
328 if ($this->current_xhtml_construct >= 0) {
329 $this->current_xhtml_construct--;
334 if ($this->current_xhtml_construct === -1) {