Home
last modified time | relevance | path

Searched refs:httpurl (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/soap/
H A Dsoap.stub.php546 private ?Soap\Url $httpurl = null; variable in SoapClient
/PHP-8.4/
H A DUPGRADING62 . SoapClient::$httpurl is now a Soap\Url object rather than a resource.
63 Checks using is_resource() (i.e. is_resource($client->httpurl)) should be
64 replaced with checks for null (i.e. $client->httpurl !== null).

Completed in 11 milliseconds