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.php74 public $current_xhtml_construct = -1; variable in SimplePie\\Parser
294 if ($this->current_xhtml_construct >= 0) {
295 $this->current_xhtml_construct++;
314 $this->current_xhtml_construct = 0;
321 if ($this->current_xhtml_construct >= 0) {
330 if ($this->current_xhtml_construct >= 0) {
331 $this->current_xhtml_construct--;
336 if ($this->current_xhtml_construct === -1) {