Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 5 of 5) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
H A Derror.class.php13 $error_ids = ""; $error_str = "";
14 foreach ($errors as $k => $e) { $error_ids .= ",'".$k."'"; $error_str.= $e." "; }
16 …$xml_reponse->script("pfc.setError('".addslashes(stripslashes($error_str))."', Array(".$error_ids.…
/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);
227 $msg .= ', Error ('.$this->errno.'): '.$this->error_str;
H A Dclass.nusoap_base.php114 var $error_str = ''; variable in nusoap_base
H A Dnusoap.php114 var $error_str = ''; variable in nusoap_base
2325 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2327 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2334 $msg .= ', Error ('.$this->errno.'): '.$this->error_str;
/plugin/googlesearch/
H A Dnusoap.php93 var $error_str = ''; variable in nusoap_base
2123 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2125 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str);
2132 $msg .= ', Error ('.$this->errno.'): '.$this->error_str;