Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/interop/
H A Dclient_round2_params.php443 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL);
455 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL);
467 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL);
479 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL);
511 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL);
528 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL);
544 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL);
576 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL);
589 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL);
602 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL);
[all …]
/PHP-7.3/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-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c218 const char* actor, const char* details) { in gen_soap_fault() argument
223 XMLRPC_CreateValueString(TOKEN_SOAP_FAULTACTOR, actor, 0), in gen_soap_fault()
249 const char* type = NULL, *arrayType=NULL, *actor = NULL; in xml_element_to_SOAP_REQUEST_worker() local
281 actor = attr_iter->val; in xml_element_to_SOAP_REQUEST_worker()
291 if (!actor || !strcmp(actor, TOKEN_ACTOR_NEXT)) { in xml_element_to_SOAP_REQUEST_worker()
/PHP-7.3/ext/soap/tests/
H A Dtypemap012.phpt27 'actor' =>'http://schemas.nothing.com',
H A Dclassmap002.phpt30 'actor' =>'http://schema.nothing.com',
H A Dtypemap010.phpt44 'actor' =>'http://schemas.nothing.com',
H A Dtypemap011.phpt34 'actor' =>'http://schemas.nothing.com',
H A Dtypemap003.phpt39 'actor' =>'http://schemas.nothing.com',
H A Dtypemap004.phpt27 'actor' =>'http://schemas.nothing.com',
H A Dtypemap007.phpt41 'actor' => 'http://schemas.nothing.com',
H A Dtypemap009.phpt44 'actor' =>'http://schemas.nothing.com',
H A Dclassmap001.phpt40 'actor' =>'http://schema.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-7.3/ext/soap/tests/soap12/
H A Dsoap12-test.inc126 …er(dirname(__FILE__)."/soap12-test.wsdl", array('soap_version'=>SOAP_1_2,'actor'=>"http://example.…
/PHP-7.3/ext/soap/
H A Dsoap.c254 ZEND_ARG_INFO(0, actor)
278 ZEND_ARG_INFO(0, actor)
818 zval *data = NULL, *actor = NULL; in PHP_METHOD() local
843 if (actor == NULL) { in PHP_METHOD()
844 } else if (Z_TYPE_P(actor) == IS_LONG && in PHP_METHOD()
849 } else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) { in PHP_METHOD()
850 add_property_stringl(this_ptr, "actor", Z_STRVAL_P(actor), Z_STRLEN_P(actor)); in PHP_METHOD()
3569 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3582 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
4836 if (service->actor) {
[all …]
H A Dphp_soap.h100 char *actor; member

Completed in 72 milliseconds