Searched refs:interactiveBuffer (Results 1 – 1 of 1) sorted by relevance
804 private $interactiveBuffer = ''; variable in phpseclib3\\Net\\SSH23131 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);3134 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;3136 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));3141 return Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer));3144 $this->interactiveBuffer .= $response;