Searched refs:scp_errors (Results 1 – 1 of 1) sorted by relevance
69 private $scp_errors = []; variable in phpseclib3\\Net\\SCP207 $this->scp_errors[] = "$type: " . substr($info, 1);253 $this->scp_errors[] = "$type: " . substr($data, 1);291 return $this->scp_errors;301 return count($this->scp_errors) ? $this->scp_errors[count($this->scp_errors) - 1] : '';