Home
last modified time | relevance | path

Searched refs:_currentStructName (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php19 private $_currentStructName = []; // A stack as well variable in IXR\\Message\\Message
183 array_pop($this->_currentStructName);
186 $this->_currentStructName[] = trim($this->_currentTagContents);
198 $this->_arraystructs[count($this->_arraystructs) - 1][$this->_currentStructName[count($this->_currentStructName) - 1]] = $value;