/PHP-8.2/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_034w.phpt | 19 …oMeStringRequest SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor…
|
H A D | r4_groupI_xsd_035w.phpt | 20 …mplexTypeRequest SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor…
|
/PHP-8.2/ext/soap/ |
H A D | soap.stub.php | 446 public string|int|null $actor; variable in SoapHeader 448 …tring $name, mixed $data = UNKNOWN, bool $mustUnderstand = false, string|int|null $actor = null) {} argument 461 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … argument 485 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str… argument
|
H A D | soap.c | 53 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c… 824 service->actor = estrndup(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in PHP_METHOD() 1612 char *code, *string, *actor=NULL, *name=NULL; local 1619 &code, &code_len, &string, &string_len, &actor, &actor_len, &details, 1629 soap_server_fault(code, string, actor, details, name); 1720 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c… argument 1725 set_soap_fault(&ret, NULL, code, string, actor, details, name); 3121 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { 3134 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { 4403 if (service->actor) { [all …]
|
H A D | php_soap.h | 98 char *actor; member
|
H A D | soap_arginfo.h | 22 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, "\"\"")
|
/PHP-8.2/ext/soap/tests/ |
H A D | typemap012.phpt | 27 'actor' =>'http://schemas.nothing.com',
|
H A D | classmap002.phpt | 30 'actor' =>'http://schema.nothing.com',
|
H A D | bug79536.phpt | 49 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap003.phpt | 39 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap009.phpt | 44 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap010.phpt | 44 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap011.phpt | 34 'actor' =>'http://schemas.nothing.com',
|
H A D | classmap001.phpt | 40 'actor' =>'http://schema.nothing.com',
|
H A D | typemap004.phpt | 27 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap007.phpt | 41 'actor' => 'http://schemas.nothing.com',
|
H A D | typemap008.phpt | 29 'actor' => 'http://schemas.nothing.com',
|
H A D | typemap005.phpt | 50 'actor' => 'http://schemas.nothing.com',
|
H A D | typemap001.phpt | 49 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap002.phpt | 44 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap006.phpt | 45 'actor' => 'http://schemas.nothing.com',
|
H A D | typemap013.phpt | 44 'actor' =>'http://schemas.nothing.com',
|
/PHP-8.2/ext/soap/tests/soap12/ |
H A D | soap12-test.inc | 126 …er(dirname(__FILE__)."/soap12-test.wsdl", array('soap_version'=>SOAP_1_2,'actor'=>"http://example.…
|