Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php17 private $_arraystructs = []; // The stack used to keep track of the current array/struct variable in IXR\\Message\\Message
115 $this->_arraystructs[] = [];
119 $this->_arraystructs[] = [];
178 $value = array_pop($this->_arraystructs);
194 if (count($this->_arraystructs) > 0) {
198 $this->_arraystructs[count($this->_arraystructs) - 1][$this->_currentStructName[count($this->_currentStructName) - 1]] = $value;
201 $this->_arraystructs[count($this->_arraystructs) - 1][] = $value;