Home
last modified time | relevance | path

Searched refs:__setLocation (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug31695.phpt39 $old = $client->__setLocation("test://3");
43 $client->__setLocation($old);
45 $old = $client->__setLocation();
47 $client->__setLocation($old);
49 $client->__setLocation(null);
51 var_dump($client->__setLocation());
/PHP-8.3/ext/soap/
H A Dsoap.stub.php603 public function __setLocation(?string $location = null): ?string {} function in SoapClient
H A Dsoap_arginfo.h169 ZEND_METHOD(SoapClient, __setLocation);
232 ZEND_ME(SoapClient, __setLocation, arginfo_class_SoapClient___setLocation, ZEND_ACC_PUBLIC)
H A Dsoap.c2718 PHP_METHOD(SoapClient, __setLocation) argument

Completed in 25 milliseconds