Home
last modified time | relevance | path

Searched refs:__setCookie (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/soap/tests/
H A Dbug49898.phpt10 $client->__setCookie("CookieTest", "HelloWorld");
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug76232.phpt37 $client->__setCookie('testcookie1', 'true');
43 $client->__setCookie('testcookie2', 'true');
/PHP-8.2/ext/soap/
H A Dsoap.stub.php591 public function __setCookie(string $name, ?string $value = null): void {} function in SoapClient
H A Dsoap_arginfo.h166 ZEND_METHOD(SoapClient, __setCookie);
229 ZEND_ME(SoapClient, __setCookie, arginfo_class_SoapClient___setCookie, ZEND_ACC_PUBLIC)
H A Dsoap.c2639 PHP_METHOD(SoapClient, __setCookie) argument

Completed in 21 milliseconds