Home
last modified time | relevance | path

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

12

/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/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 === '') {
H A DSocketPost.php89 $errstr = '';
91 …if ($this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30) !== false)…
/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/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/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/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/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/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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/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/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/gemini/
H A Dcli.php86 $errstr = '';
90 $errstr,
94 if ($socket === false) throw new \splitbrain\phpcli\Exception($errstr, $errno);
/plugin/mantis/lib/
H A Dclass.soapclient.php289 if($errstr = $this->getError()){
290 $this->debug('Error: '.$errstr);
342 if ($errstr = $this->wsdl->getError()) {
343 $this->debug('got wsdl error: '.$errstr);
344 $this->setError('wsdl error: '.$errstr);
507 if($errstr = $parser->getError()){
508 $this->setError( $errstr);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php131 $fp = @fsockopen($this->host,$this->port,$errno,$errstr,HTML2PS_CONNECTION_TIMEOUT);
138 $errstr);
164 $fp = @fsockopen("ssl://$this->host", $this->port, $errno, $errstr, 5);
171 $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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc20 set_error_handler(function ($errno, $errstr) {
21 var_dump($errstr);
/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/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/snap/
H A Dsyntax.php.ori176 $fp = fsockopen($snapServer, $snapPort, $errno, $errstr, 30);
180 $fp = fsockopen($snapServer, $snapPort, $errno, $errstr, 30);
186 … $renderer->doc .= "Serveur snap $snapServer:$snapPort non trouv&eacute; $errstr ($errno)<br />\n";
/plugin/eventum/
H A Dclass.Eventum_RPC.php126 throw new Eventum_RPC_Exception($this->client->errstr);
/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/combo/ComboStrap/
H A DHttp.php123 $fp = fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80, $errno, $errstr, 30);
/plugin/crypto/
H A Daction.php67 function crypto_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { argument

12