Searched refs:__setLocation (Results 1 – 4 of 4) sorted by relevance
37 $old = $client->__setLocation("test://3");41 $client->__setLocation($old);43 $old = $client->__setLocation();45 $client->__setLocation($old);47 $client->__setLocation(null);49 var_dump($client->__setLocation());
111 public function __setLocation(?string $location = null) {} function in SoapClient
167 ZEND_METHOD(SoapClient, __setLocation);230 ZEND_ME(SoapClient, __setLocation, arginfo_class_SoapClient___setLocation, ZEND_ACC_PUBLIC)
2879 PHP_METHOD(SoapClient, __setLocation) argument
Completed in 17 milliseconds