Searched refs:_arraystructs (Results 1 – 1 of 1) sorted by relevance
17 private $_arraystructs = []; // The stack used to keep track of the current array/struct variable in IXR\\Message\\Message118 $this->_arraystructs[] = [];122 $this->_arraystructs[] = [];181 $value = array_pop($this->_arraystructs);197 if (count($this->_arraystructs) > 0) {201 …$this->_arraystructs[count($this->_arraystructs) - 1][$this->_currentStructName[count($this->_curr…204 $this->_arraystructs[count($this->_arraystructs) - 1][] = $value;