Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php446 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL);
458 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL);
470 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL);
482 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL);
514 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL);
531 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL);
547 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=other)', NULL);
579 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL);
592 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL);
605 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL);
[all …]
/PHP-5.5/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-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c221 const char* actor, const char* details) { in gen_soap_fault() argument
226 XMLRPC_CreateValueString(TOKEN_SOAP_FAULTACTOR, actor, 0), in gen_soap_fault()
252 const char* type = NULL, *arrayType=NULL, *actor = NULL; in xml_element_to_SOAP_REQUEST_worker() local
284 actor = attr_iter->val; in xml_element_to_SOAP_REQUEST_worker()
294 if (!actor || !strcmp(actor, TOKEN_ACTOR_NEXT)) { in xml_element_to_SOAP_REQUEST_worker()
/PHP-5.5/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 Dtypemap004.phpt27 'actor' =>'http://schemas.nothing.com',
H A Dtypemap003.phpt39 '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-5.5/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-5.5/ext/soap/
H A Dphp_soap.h103 char *actor; member
H A Dsoap.c261 ZEND_ARG_INFO(0, actor)
285 ZEND_ARG_INFO(0, actor)
809 zval *data = NULL, *actor = NULL; in PHP_METHOD() local
832 if (actor == NULL) { in PHP_METHOD()
833 } else if (Z_TYPE_P(actor) == IS_LONG && in PHP_METHOD()
838 } else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) { in PHP_METHOD()
839 add_property_stringl(this_ptr, "actor", Z_STRVAL_P(actor), Z_STRLEN_P(actor), 1); in PHP_METHOD()
3626 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3639 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
4908 if (service->actor) {
[all …]

Completed in 48 milliseconds