Home
last modified time | relevance | path

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

12

/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/mantis/lib/
H A Dclass.wsdl.php226 $errstr = 'HTTP ERROR: '.$err;
227 $this->debug($errstr);
228 $this->setError($errstr);
249 $errstr = "Bad path to WSDL file $path";
250 $this->debug($errstr);
251 $this->setError($errstr);
270 $errstr = sprintf(
276 $this->debug($errstr);
278 $this->setError($errstr);
H A Dclass.xmlschema.php137 $errstr = sprintf('XML error parsing XML schema on line %d: %s',
141 $this->debug($errstr);
143 $this->setError($errstr);
H A Dnusoap.php1209 $this->debug($errstr);
1211 $this->setError($errstr);
4738 $errstr = 'HTTP ERROR: '.$err;
4739 $this->debug($errstr);
4762 $this->debug($errstr);
4782 $errstr = sprintf(
4788 $this->debug($errstr);
7357 if($errstr = $this->getError()){
7358 $this->debug('Error: '.$errstr);
7575 if($errstr = $parser->getError()){
[all …]
H A Dclass.soap_server.php640 if($errstr = $this->wsdl->getError()){
641 $this->debug('got wsdl error: '.$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/podcast/
H A Dhelper.php56 $fp=fsockopen($url_info['host'], $port, $errno, $errstr, 10 );
/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/sphinxsearch/
H A Dsphinxapi.php565 $errstr = "";
580 $fp = @fsockopen ( $host, $port, $errno, $errstr );
582 $fp = @fsockopen ( $host, $port, $errno, $errstr, $this->_timeout );
591 $errstr = trim ( $errstr );
592 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)";
/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/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php40 …if(!$fp = fsocketopen($mail_setting['mailserver'], $mail_setting['mailport'], $errno, $errstr, 30)…
/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/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/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/snap/
H A Dhelper.php217 $fp = fsockopen($this->snapServer, $this->selectedPort, $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/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/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/scrape/
H A DHTMLPurifier.standalone.php

12