Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/tests/bugs/
H A Dbug31695.phpt37 $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());
/PHP-8.0/ext/soap/
H A Dsoap.stub.php111 public function __setLocation(?string $location = null) {} function in SoapClient
H A Dsoap_arginfo.h167 ZEND_METHOD(SoapClient, __setLocation);
230 ZEND_ME(SoapClient, __setLocation, arginfo_class_SoapClient___setLocation, ZEND_ACC_PUBLIC)
H A Dsoap.c2879 PHP_METHOD(SoapClient, __setLocation) argument

Completed in 17 milliseconds