int $n:
void
private function popStack($n) { $this->stack = \array_slice($this->stack, 0, -(2 * $n)); $this->vstack = \array_slice($this->vstack, 0, -$n); $this->lstack = \array_slice($this->lstack, 0, -$n); }