Searched refs:_arraystructstypes (Results 1 – 1 of 1) sorted by relevance
18 private $_arraystructstypes = []; // Stack keeping track of if things are structs or array variable in IXR\\Message\\Message113 $this->_arraystructstypes[] = 'array';117 $this->_arraystructstypes[] = 'struct';178 array_pop($this->_arraystructstypes);195 if ($this->_arraystructstypes[count($this->_arraystructstypes) - 1] === 'struct') {