Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php37 * @param int $errno
44 public static function handleError($errno, $errstr, $errfile, $errline) argument
46 if (!($errno & error_reporting())) {
50 self::$errorStack[] = [$errno, $errstr, $errfile, $errline];
61 if ($errno == E_NOTICE || $errno == E_USER_NOTICE || $errno == E_STRICT) {
67 } elseif ($errno == E_WARNING || $errno == E_USER_WARNING) {
73 } elseif ($errno == E_DEPRECATED || $errno == E_USER_DEPRECATED) {
83 throw new $exception($errstr, $errno, $errfile, $errline);
105 set_error_handler(function ($errno, $errstr) use ($severity) {
106 if ($errno === $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.php43 * @param int $errno
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.php88 $errno = 0;
91 …if ($this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30) !== false)…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py98 if e.errno==17: #file already exists
100 elif e.errno==13: # permission denied
102 … elif e.errno==36 or e.errno==2 or e.errno==22: # filename too long / no such file / invalid name
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php342 if ($errno = \json_last_error()) {
343 self::handleJsonError($errno);
367 if ($errno = \json_last_error()) {
368 self::handleJsonError($errno);
470 * @param int $errno An error number from json_last_error()
476 private static function handleJsonError(int $errno): void argument
486 isset($messages[$errno])
487 ? $messages[$errno]
488 : 'Unknown JSON error: ' . $errno
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php85 protected $errno; variable in Swift_Connection_SMTP
301 if (!$this->handle = @fsockopen($server, $this->port, $errno, $errstr, $this->timeout))
303 … . $server . ":" . $this->port . "]: fsockopen returned Error Number " . $errno . " and Error Stri…
311 $this->errno =& $errno;
320 return " (fsockopen: " . $this->errstr . "#" . $this->errno . ") ";
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php88 $errno = 0;
97 @$sock = fsockopen($host, $parts['port'], $errno, $errstr,
198 $errno = 0;
201 $sock = fsockopen($parts['host'], $parts['port'], $errno, $errstr,
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php97 $errno = 0;
106 @$sock = fsockopen($host, $parts['port'], $errno, $errstr,
207 $errno = 0;
210 $sock = fsockopen($parts['host'], $parts['port'], $errno, $errstr,
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/davcal/
H A Dcalendarserver.php37 function exception_error_handler($errno, $errstr, $errfile, $errline) { argument
39 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php104 if (!$easy->response || $easy->errno) {
128 $easy->errno,
141 'errno' => $easy->errno,
150 && (!$easy->errno || $easy->errno == 65)
191 $ctx['errno'],
199 $error = isset($connectionErrors[$easy->errno])
H A DCurlHandler.php41 $easy->errno = curl_errno($easy->handle);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php44 private $errno = 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/authucenter/lib/uc_client/lib/
H A Ddbi.class.php96 function errno() { function in ucclient_db
97 return intval(($this->link) ? $this->link->errno : mysqli_errno());
149 $errorno = $this->errno();
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php94 if ($errno = curl_errno($curl)) {
98 "cURL error ({$errno}): {$errorMessage}",
/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/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php213 $errno = json_last_error();
214 switch ($errno) {
226 return "Other JSON error ($errno).";
/plugin/gemini/
H A Dcli.php85 $errno = 0;
89 $errno,
94 if ($socket === false) throw new \splitbrain\phpcli\Exception($errstr, $errno);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php131 $fp = @fsockopen($this->host,$this->port,$errno,$errstr,HTML2PS_CONNECTION_TIMEOUT);
137 $errno,
164 $fp = @fsockopen("ssl://$this->host", $this->port, $errno, $errstr, 5);
170 $errno,
/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/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/authfacebook/lib/HttpClients/
H A DFacebookCurl.php85 public function errno() function in Facebook\\HttpClients\\FacebookCurl
/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)) {
656 …if ($fp = @fsockopen((($port == 443) ? 'ssl://' : '').$host, $port, $errno, $errstr, $timeout)) { …
674 list( , $errno, $errstr) = $matches;
675 $errno = (int) $errno;
682 switch ($errno) {
688 … $errstr = $errno.' '.$errstr.($header_newlocation ? '; Location: '.$header_newlocation : '');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {
75 if (!(error_reporting() & $errno)) {

1234