Home
last modified time | relevance | path

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

/plugin/jsonrpc/
H A DIJR_Message.php25 var $_arraystructs = array(); // The stack used to keep track of the current array/struct variable in IJR_Message
73 $this->_arraystructs[] = array();
77 $this->_arraystructs[] = array();
127 $value = array_pop($this->_arraystructs);
144 if (count($this->_arraystructs) > 0) {
146 …$this->_arraystructs[count($this->_arraystructs)-1][$this->_currentStructName[count($this->_curren…
148 $this->_arraystructs[count($this->_arraystructs)-1][] = $value;