Lines Matching refs:persistentConnection
2024 var $persistentConnection = false; variable in soap_transport_http
2104 if($this->persistentConnection && isset($this->fp) && is_resource($this->fp)){
2172 if ($this->persistentConnection) {
2176 $this->persistentConnection = false;
2383 $this->persistentConnection = false;
2686 (! $this->persistentConnection) || feof($this->fp)){
2909 $this->persistentConnection = true;
6427 var $persistentConnection = false; variable in soapclient
6746 if($this->persistentConnection == true && is_object($this->persistentConnection)){
6747 $http =& $this->persistentConnection;
6750 if ($this->persistentConnection) {
6786 if ($this->persistentConnection) {
6788 if (!is_object($this->persistentConnection)) {
6789 $this->persistentConnection = $http;
6938 $this->persistentConnection = true;
7003 $proxy->persistentConnection = $this->persistentConnection;