Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php574 private static $channel_open_failure_reasons = [];
1179 self::$channel_open_failure_reasons = [
1192 self::$channel_open_failure_reasons,
505 var $channel_open_failure_reasons = array(); global() variable in phpseclib\\Net\\SSH2