Home
last modified time | relevance | path

Searched refs:errno (Results 76 – 78 of 78) sorted by last modified time

1234

/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/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/googlesearch/
H A Dnusoap.php2123 $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);
2131 if ($this->errno) {
2132 $msg .= ', Error ('.$this->errno.'): '.$this->error_str;

1234