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.php48 public $current_xhtml_construct = -1; variable in SimplePie\\Parser
307 if ($this->current_xhtml_construct >= 0) {
308 $this->current_xhtml_construct++;
327 $this->current_xhtml_construct = 0;
338 if ($this->current_xhtml_construct >= 0) {
351 if ($this->current_xhtml_construct >= 0) {
352 $this->current_xhtml_construct--;
357 if ($this->current_xhtml_construct === -1) {