Home
last modified time | relevance | path

Searched refs:errstr (Results 26 – 48 of 48) sorted by last modified time

12

/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocketPost.php89 $errstr = '';
91 …if ($this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30) !== false)…
/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/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/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/model/
H A Dmisc.php97 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/recaptcha/lib/
H A Drecaptchalib.php82 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/plugin/eventum/
H A Dclass.Eventum_RPC.php126 throw new Eventum_RPC_Exception($this->client->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/mantis/lib/
H A Dclass.soap_server.php640 if($errstr = $this->wsdl->getError()){
641 $this->debug('got wsdl error: '.$errstr);
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 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.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);
H A Dclass.xmlschema.php137 $errstr = sprintf('XML error parsing XML schema on line %d: %s',
141 $this->debug($errstr);
143 $this->setError($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/podcast/
H A Dhelper.php56 $fp=fsockopen($url_info['host'], $port, $errno, $errstr, 10 );
/plugin/contactmodern/
H A Drecaptchalib.php80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
/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/crypto/
H A Daction.php67 function crypto_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { argument
/plugin/snap/
H A Dhelper.php217 $fp = fsockopen($this->snapServer, $this->selectedPort, $errno, $errstr, 30);
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/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 …]

12