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
114 $this->_arraystructs[] = [];
118 $this->_arraystructs[] = [];
177 $value = array_pop($this->_arraystructs);
193 if (count($this->_arraystructs) > 0) {
197 …$this->_arraystructs[count($this->_arraystructs) - 1][$this->_currentStructName[count($this->_curr…
200 $this->_arraystructs[count($this->_arraystructs) - 1][] = $value;