Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c216 const char* actor, const char* details) { in gen_soap_fault() argument
221 XMLRPC_CreateValueString(TOKEN_SOAP_FAULTACTOR, actor, 0), in gen_soap_fault()
247 const char* type = NULL, *arrayType=NULL, *actor = NULL; in xml_element_to_SOAP_REQUEST_worker() local
279 actor = attr_iter->val; in xml_element_to_SOAP_REQUEST_worker()
289 if (!actor || !strcmp(actor, TOKEN_ACTOR_NEXT)) { in xml_element_to_SOAP_REQUEST_worker()
/PHP-7.4/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 Dbug79536.phpt49 '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 Dtypemap008.phpt29 'actor' => 'http://schemas.nothing.com',
H A Dclassmap001.phpt40 'actor' =>'http://schema.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.4/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.4/ext/soap/
H A Dsoap.c254 ZEND_ARG_INFO(0, actor)
278 ZEND_ARG_INFO(0, actor)
816 zval *data = NULL, *actor = NULL; in PHP_METHOD() local
841 if (actor == NULL) { in PHP_METHOD()
842 } else if (Z_TYPE_P(actor) == IS_LONG && in PHP_METHOD()
847 } else if (Z_TYPE_P(actor) == IS_STRING && Z_STRLEN_P(actor) > 0) { in PHP_METHOD()
848 add_property_stringl(this_ptr, "actor", Z_STRVAL_P(actor), Z_STRLEN_P(actor)); in PHP_METHOD()
3592 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3605 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
4876 if (service->actor) {
[all …]
H A Dphp_soap.h100 char *actor; member

Completed in 40 milliseconds