Home
last modified time | relevance | path

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

/PHP-5.5/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.c1633 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
3307 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE, 1);
3310 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE, 1);
3315 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE, 1);
3476 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) {
3479 envelope_ns = SOAP_1_2_ENV_NAMESPACE;
3495 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
3537 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
3580 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3603 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
[all …]

Completed in 31 milliseconds