Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
DMessage.php18 private $_arraystructstypes = []; // Stack keeping track of if things are structs or array variable in IXR\\Message\\Message
113 $this->_arraystructstypes[] = 'array';
117 $this->_arraystructstypes[] = 'struct';
178 array_pop($this->_arraystructstypes);
195 if ($this->_arraystructstypes[count($this->_arraystructstypes) - 1] === 'struct') {