Home
last modified time | relevance | path

Searched refs:_arraystructstypes (Results 1 – 1 of 1) sorted by last modified time

/plugin/jsonrpc/
H A DIJR_Message.php26 var $_arraystructstypes = array(); // Stack keeping track of if things are structs or array variable in IJR_Message
72 $this->_arraystructstypes[] = 'array';
76 $this->_arraystructstypes[] = 'struct';
128 array_pop($this->_arraystructstypes);
145 if ($this->_arraystructstypes[count($this->_arraystructstypes)-1] == 'struct') {