Home
last modified time | relevance | path

Searched refs:scp_errors (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php69 private $scp_errors = []; variable in phpseclib3\\Net\\SCP
207 $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] : '';