Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 9 of 9) sorted by last modified time

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php95 $fp = fsockopen($this->server, $this->port, $errno, $errstr, $this->timeout);
101 $fp = fsockopen($this->server, $this->port, $errno, $errstr);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php1346 $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 100000 : $this->curTimeout);
1349 throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php155 $fp = @fsockopen($socket_host, $url_parts['port'], $errno, $errstr, $timeout);
/dokuwiki/inc/Remote/
H A DApi.php406 argumentWarningHandler($errno, $errstr) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php133 $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);
135 throw new \RuntimeException("Unable to connect to ssh-agent (Error $errno: $errstr)");
/dokuwiki/inc/
H A DErrorHandler.php146 * @param int $errno
152 public static function errorHandler($errno, $errstr, $errfile, $errline) argument
157 if (!(error_reporting() & $errno)) return false;
162 $errno,
/dokuwiki/inc/HTTP/
H A DHTTPClient.php257 $socket = @fsockopen($server, $port, $errno, $errstr, $this->timeout);
260 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php927 fsockopen($host, $port, $errno, $errstr, 10);
928 if ($errno > 0) {