/php-src/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-src/ext/soap/ |
H A D | soap.stub.php | 466 public string|int|null $actor; variable in SoapHeader 468 …tring $name, mixed $data = UNKNOWN, bool $mustUnderstand = false, string|int|null $actor = null) {} argument 481 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … argument 505 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str… argument
|
H A D | php_soap.h | 94 char *actor; member
|
H A D | soap.c | 54 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, z… 941 service->actor = estrndup(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in PHP_METHOD() 1719 char *code, *string, *actor=NULL; in PHP_METHOD() local 1727 &code, &code_len, &string, &string_len, &actor, &actor_len, &details, in PHP_METHOD() 1737 soap_server_fault(code, string, actor, details, name); in PHP_METHOD() 1833 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, z… in soap_server_fault() argument 1838 set_soap_fault(&ret, NULL, code, string, actor, details, name); in soap_server_fault() 3317 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { in deserialize_function_call() 3330 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { in deserialize_function_call() 4590 if (service->actor) { in delete_service() [all …]
|
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-src/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 | classmap005.phpt | 34 'actor' =>'http://schema.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 | typemap003.phpt | 39 '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 | typemap001.phpt | 49 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap002.phpt | 44 'actor' =>'http://schemas.nothing.com',
|
H A D | typemap005.phpt | 50 '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-src/ext/soap/tests/bugs/ |
H A D | bug79536.phpt | 49 'actor' =>'http://schemas.nothing.com',
|
/php-src/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.…
|