Home
last modified time | relevance | path

Searched refs:SOAP_1_2_ENV_NAMESPACE (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/soap/
H A Dphp_packet_soap.c64 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
66 envelope_ns = SOAP_1_2_ENV_NAMESPACE; in parse_packet_soap()
88 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
138 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
164 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
H A Dphp_encoding.h32 #define SOAP_1_2_ENV_NAMESPACE "http://www.w3.org/2003/05/soap-envelope" macro
H A Dsoap.c1650 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
3271 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE);
3274 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE);
3279 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE);
3432 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) {
3435 envelope_ns = SOAP_1_2_ENV_NAMESPACE;
3451 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
3493 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
3535 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3558 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
[all …]

Completed in 21 milliseconds