Lines Matching refs:_socket
409 $this->_socket = false;
449 if ($this->_socket !== false)
450 fclose($this->_socket);
530 if ($this->_socket !== false) {
533 if (!@feof($this->_socket))
534 return $this->_socket;
537 $this->_socket = false;
609 if ($this->_socket === false)
1514 if ($this->_socket !== false) {
1526 $this->_socket = $fp;
1532 if ($this->_socket === false) {
1537 fclose($this->_socket);
1538 $this->_socket = false;