Home
last modified time | relevance | path

Searched refs:errstr (Results 1 – 25 of 48) sorted by last modified time

12

/plugin/linkback/
H A Dhttp.php112 $socket = @ fsockopen($server, $port, $errno, $errstr, $this->timeout);
115 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php548 if ($fp = @fsockopen($parsed_url['host'], $parsed_url['port'], $errno, $errstr, $timeout)) {
569 if ($fp = @fsockopen($parsed_url['host'], $parsed_url['port'], $errno, $errstr, $timeout)) {
649 …public static function URLreadFsock($host, $file, &$errstr, $successonly=true, $port=-1, $timeout=… argument
651 $errstr = 'URLreadFsock says: function fsockopen() unavailable';
674 list( , $errno, $errstr) = $matches;
688 … $errstr = $errno.' '.$errstr.($header_newlocation ? '; Location: '.$header_newlocation : '');
762 $errstr = '';
770 …sock($parsed_url['host'], $parsed_url['path'].'?'.$parsed_url['query'], $errstr, true, $parsed_url…
771 if ($followredirects && preg_match('#302 [a-z ]+; Location\\: (http.*)#i', $errstr, $matches)) {
788 $error .= 'Error opening "'.$url.'":'."\n\n".$errstr;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php113 if (!($fh = @fsockopen($prefix . $p['host'], $port, $errno, $errstr, $timeout))) {
114 $this->logger->error(sprintf('Socket error "%s": "%s"', $errno, $errstr), ['context' => LogContext::REMOTE_CONTENT]);
/plugin/combo/ComboStrap/
H A DHttp.php123 $fp = fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80, $errno, $errstr, 30);
/plugin/upgrade/HTTP/
H A DHTTPClient.php262 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
265 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php98 $errstr = '';
106 @$sock = fsockopen($host, $parts['port'], $errno, $errstr,
208 $errstr = '';
210 $sock = fsockopen($parts['host'], $parts['port'], $errno, $errstr,
/plugin/fastwiki/
H A Daction.php326 $remote = fsockopen($hostname, 80, $errno, $errstr, 5);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc20 set_error_handler(function ($errno, $errstr) {
21 var_dump($errstr);
/plugin/davcal/
H A Dcalendarserver.php37 function exception_error_handler($errno, $errstr, $errfile, $errline) { argument
38 dbglog('Exception occured: '.$errstr);
39 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
H A DSocketHandler.php46 private $errstr = null; variable in Monolog\\Handler\\SocketHandler
250 …return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->connectionTime…
260 …return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->connectionTimeo…
376 …pectedValueException("Failed connecting to $this->connectionString ($this->errno: $this->errstr)");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php148 $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);
150 throw new \RuntimeException("Unable to connect to ssh-agent (Error $errno: $errstr)");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1404 …$this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 1000…
1407 … throw new UnableToConnectException(rtrim("Cannot connect to $host. Error $errno. $errstr"));
/plugin/gemini/
H A Dcli.php86 $errstr = '';
90 $errstr,
94 if ($socket === false) throw new \splitbrain\phpcli\Exception($errstr, $errno);
/plugin/authnc/
H A Dauth.php420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
/plugin/groupmail/
H A Drecaptchalib.php80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/elwikiupgrade/
H A DHTTPClient.php270 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
273 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {
80 $errcontext['info']['warning'][] = 'Error parsing EXIF data ('.$errstr.')';
/plugin/sphinxsearch-was/
H A Dsphinxapi.php541 $errstr = "";
553 $fp = @fsockopen($host, $port, $errno, $errstr);
555 $fp = @fsockopen($host, $port, $errno, $errstr, $this->_timeout);
563 $errstr = trim($errstr);
564 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist84 function __phpunit_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php38 * @param string $errstr
44 public static function handleError($errno, $errstr, $errfile, $errline) argument
50 self::$errorStack[] = [$errno, $errstr, $errfile, $errline];
83 throw new $exception($errstr, $errno, $errfile, $errline);
105 set_error_handler(function ($errno, $errstr) use ($severity) {
H A DPHP.php282 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
283 throw new ErrorException($errstr, $errno, $errno, $errfile, $errline);
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php133 if ((false === $this->handle = @fsockopen($url, $this->getPort(), $errno, $errstr, 5)))
136 …ion failed to start. The error string returned from fsockopen() is [" . $errstr . "] #" . $errno);
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php90 protected $errstr; variable in Swift_Connection_SMTP
301 if (!$this->handle = @fsockopen($server, $this->port, $errno, $errstr, $this->timeout))
303 …his->port . "]: fsockopen returned Error Number " . $errno . " and Error String '" . $errstr . "'";
312 $this->errstr =& $errstr;
320 return " (fsockopen: " . $this->errstr . "#" . $this->errno . ") ";
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php44 * @param string $errstr
48 public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = null) argument
50 …$this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get("default…
52 if ($this->handle != false && $errno === 0 && $errstr === '') {

12