Home
last modified time | relevance | path

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

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