Home
last modified time | relevance | path

Searched refs:actor (Results 1 – 23 of 23) sorted by relevance

/PHP-8.1/ext/soap/
H A Dsoap.stub.php23 public string|int|null $actor; variable in SoapHeader
25 …tring $name, mixed $data = UNKNOWN, bool $mustUnderstand = false, string|int|null $actor = null) {} argument
38 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … argument
65 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str… argument
H A Dphp_soap.h98 char *actor; member
H A Dsoap_arginfo.h22 ZEND_ARG_TYPE_MASK(0, actor, MAY_BE_STRING|MAY_BE_LONG|MAY_BE_NULL, "null")
28 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, actor, IS_STRING, 1, "null")
54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, actor, IS_STRING, 0, "\"\"")
H A Dsoap.c54 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
872 service->actor = estrndup(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in PHP_METHOD()
1655 char *code, *string, *actor=NULL, *name=NULL; local
1662 &code, &code_len, &string, &string_len, &actor, &actor_len, &details,
1672 soap_server_fault(code, string, actor, details, name);
1762 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c… argument
1767 set_soap_fault(&ret, NULL, code, string, actor, details, name);
3160 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3173 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
4438 if (service->actor) {
[all …]
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_034w.phpt19 …oMeStringRequest SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor
H A Dr4_groupI_xsd_035w.phpt20 …mplexTypeRequest SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor
/PHP-8.1/ext/soap/tests/
H A Dtypemap012.phpt27 'actor' =>'http://schemas.nothing.com',
H A Dclassmap002.phpt30 'actor' =>'http://schema.nothing.com',
H A Dtypemap003.phpt39 'actor' =>'http://schemas.nothing.com',
H A Dtypemap009.phpt44 'actor' =>'http://schemas.nothing.com',
H A Dtypemap010.phpt44 'actor' =>'http://schemas.nothing.com',
H A Dtypemap011.phpt34 'actor' =>'http://schemas.nothing.com',
H A Dbug79536.phpt49 'actor' =>'http://schemas.nothing.com',
H A Dclassmap001.phpt40 'actor' =>'http://schema.nothing.com',
H A Dtypemap004.phpt27 'actor' =>'http://schemas.nothing.com',
H A Dtypemap007.phpt41 'actor' => 'http://schemas.nothing.com',
H A Dtypemap008.phpt29 'actor' => 'http://schemas.nothing.com',
H A Dtypemap001.phpt49 'actor' =>'http://schemas.nothing.com',
H A Dtypemap002.phpt44 'actor' =>'http://schemas.nothing.com',
H A Dtypemap005.phpt50 'actor' => 'http://schemas.nothing.com',
H A Dtypemap006.phpt45 'actor' => 'http://schemas.nothing.com',
H A Dtypemap013.phpt44 'actor' =>'http://schemas.nothing.com',
/PHP-8.1/ext/soap/tests/soap12/
H A Dsoap12-test.inc126 …er(dirname(__FILE__)."/soap12-test.wsdl", array('soap_version'=>SOAP_1_2,'actor'=>"http://example.…

Completed in 43 milliseconds