Home
last modified time | relevance | path

Searched refs:errstr (Results 1 – 25 of 48) sorted by path

12

/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/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/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/authnc/
H A Dauth.php420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
/plugin/authucenter/lib/uc_client/
H A Dclient.php75 function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) { argument
78 $fp = @fsockopen($hostname, $port, $errno, $errstr, $timeout);
80 $fp = @pfsockopen($hostname, $port, $errno, $errstr, $timeout);
82 $fp = @stream_socket_client($hostname.':'.$port, $errno, $errstr, $timeout);
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php40 …if(!$fp = fsocketopen($mail_setting['mailserver'], $mail_setting['mailport'], $errno, $errstr, 30)…
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
/plugin/combo/ComboStrap/
H A DHttp.php123 $fp = fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80, $errno, $errstr, 30);
/plugin/contactmodern/
H A Drecaptchalib.php80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/crypto/
H A Daction.php67 function crypto_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { argument
/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/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc20 set_error_handler(function ($errno, $errstr) {
21 var_dump($errstr);
/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/eventum/XML/
H A DRPC.php685 var $errstr = ''; variable in XML_RPC_Client
856 $this->errstr = 'send()\'s $msg parameter must be an'
938 $this->errno, $this->errstr);
949 . ' failed. ' . $this->errstr,
955 . ' failed. ' . $this->errstr,
969 $this->errstr = 'Write error';
1466 error_log('HTTP error, got response: ' . $errstr);
1469 $errstr . ')');
1492 $errstr = 'XML error at line 1, check URL';
1494 $errstr = sprintf('XML error: %s at line %d',
[all …]
/plugin/eventum/
H A Dclass.Eventum_RPC.php126 throw new Eventum_RPC_Exception($this->client->errstr);
/plugin/fastwiki/
H A Daction.php326 $remote = fsockopen($hostname, 80, $errno, $errstr, 5);
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php89 $errstr = '';
97 @$sock = fsockopen($host, $parts['port'], $errno, $errstr,
199 $errstr = '';
201 $sock = fsockopen($parts['host'], $parts['port'], $errno, $errstr,
/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/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist84 function __phpunit_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
/plugin/gemini/
H A Dcli.php86 $errstr = '';
90 $errstr,
94 if ($socket === false) throw new \splitbrain\phpcli\Exception($errstr, $errno);
/plugin/googlesearch/
H A Dnusoap.php1128 $this->debug($errstr);
1130 $this->setError($errstr);
4260 $errstr = 'HTTP ERROR: '.$err;
4261 $this->debug($errstr);
4284 $this->debug($errstr);
4304 $errstr = sprintf(
4310 $this->debug($errstr);
6668 if($errstr = $this->getError()){
6669 $this->debug('Error: '.$errstr);
6841 if($errstr = $parser->getError()){
[all …]
/plugin/groupmail/
H A Drecaptchalib.php80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {

12