Searched refs:_the_top (Results 1 – 10 of 10) sorted by relevance
929 protected $_the_top; variable in CJson944 $this->_the_top = -1;1002 switch ($this->_the_stack[$this->_the_top]) {1016 switch ($this->_the_stack[$this->_the_top]) {1127 $this->_the_top++;1128 if ($this->_the_top >= self::MAX_DEPTH) {1131 $this->_the_stack[$this->_the_top] = $mode;1143 if ($this->_the_top < 0 || $this->_the_stack[$this->_the_top] != $mode) {1146 $this->_the_stack[$this->_the_top] = 0;1147 $this->_the_top--;
916 protected $_the_top; variable in CJson931 $this->_the_top = -1;989 switch ($this->_the_stack[$this->_the_top]) {1003 switch ($this->_the_stack[$this->_the_top]) {1118 $this->_the_top++;1119 if ($this->_the_top >= self::MAX_DEPTH) {1122 $this->_the_stack[$this->_the_top] = $mode;1134 if ($this->_the_top < 0 || $this->_the_stack[$this->_the_top] != $mode) {1137 $this->_the_stack[$this->_the_top] = 0;1138 $this->_the_top--;