Home
last modified time | relevance | path

Searched refs:errno (Results 26 – 50 of 78) sorted by relevance

1234

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php35 public $errno = 0; variable in GuzzleHttp\\Handler\\EasyHandle
H A DCurlMultiHandler.php196 $entry['easy']->errno = $done['result'];
/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/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
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php72 if ($curlErrorCode = $this->facebookCurl->errno()) {
/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/control/
H A Duser.php209 return $this->db->errno() ? -1 : 1;
220 return $this->db->errno() ? -1 : 1;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist84 function __phpunit_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php90 return !empty($response['curl']['errno']) || !isset($response['status'])
110 && (empty($response['curl']['errno'])
111 || $response['curl']['errno'] == 65)
119 $response['curl']['errno'],
124 $error = isset($response['curl']['errno'])
125 && isset($connectionErrors[$response['curl']['errno']])
/plugin/podcast/
H A Dhelper.php56 $fp=fsockopen($url_info['host'], $port, $errno, $errstr, 10 );
/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 {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc20 set_error_handler(function ($errno, $errstr) {
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php40 …if(!$fp = fsocketopen($mail_setting['mailserver'], $mail_setting['mailport'], $errno, $errstr, 30)…
H A Ddb.class.php107 function errno() { function in ucclient_db
/plugin/groupmail/
H A Drecaptchalib.php80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/recaptcha/lib/
H A Drecaptchalib.php82 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/contactmodern/
H A Drecaptchalib.php80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php218 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
220 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
226 if ($this->errno) {
227 $msg .= ', Error ('.$this->errno.'): '.$this->error_str;
/plugin/eventum/XML/
H A DRPC.php679 var $errno = 0; variable in XML_RPC_Client
935 $this->errno, $this->errstr, $timeout);
938 $this->errno, $this->errstr);
/plugin/authnc/
H A Dauth.php420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
/plugin/fastwiki/
H A Daction.php326 $remote = fsockopen($hostname, 80, $errno, $errstr, 5);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php540 $errno = 0;
553 $fp = @fsockopen($host, $port, $errno, $errstr);
555 $fp = @fsockopen($host, $port, $errno, $errstr, $this->_timeout);
564 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)";

1234