Searched refs:binary_packet_buffer (Results 1 – 1 of 1) sorted by relevance
1107 private $binary_packet_buffer = false; variable in phpseclib3\\Net\\SSH23764 $this->binary_packet_buffer = $payload;3962 if ($this->binary_packet_buffer !== false) {3963 $response = $this->binary_packet_buffer;3964 $this->binary_packet_buffer = false;