Searched refs:SOAP_1_2_ENV_NAMESPACE (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/soap/ |
H A D | php_packet_soap.c | 63 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap() 65 envelope_ns = SOAP_1_2_ENV_NAMESPACE; in parse_packet_soap() 87 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap() 137 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap() 163 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
|
H A D | php_encoding.h | 31 #define SOAP_1_2_ENV_NAMESPACE "http://www.w3.org/2003/05/soap-envelope" macro
|
H A D | soap.c | 1628 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) { 3256 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE); 3259 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE); 3264 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE); 3420 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { 3423 envelope_ns = SOAP_1_2_ENV_NAMESPACE; 3439 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { 3481 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { 3523 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); 3546 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { [all …]
|
Completed in 81 milliseconds