Searched refs:httpurl (Results 1 – 2 of 2) sorted by relevance
546 private ?Soap\Url $httpurl = null; variable in SoapClient
62 . SoapClient::$httpurl is now a Soap\Url object rather than a resource.63 Checks using is_resource() (i.e. is_resource($client->httpurl)) should be64 replaced with checks for null (i.e. $client->httpurl !== null).
Completed in 8 milliseconds