Searched refs:interactiveBuffer (Results 1 – 1 of 1) sorted by relevance
770 private $interactiveBuffer = ''; variable in phpseclib3\\Net\\SSH23214 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);3217 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;3219 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));3223 return Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer));3226 $this->interactiveBuffer .= $response;