Searched refs:SOAP_1_2_ENV_NAMESPACE (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/soap/ |
H A D | php_packet_soap.c | 64 } 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 D | php_encoding.h | 32 #define SOAP_1_2_ENV_NAMESPACE "http://www.w3.org/2003/05/soap-envelope" macro
|
H A D | soap.c | 1661 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) { 3291 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE); 3294 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE); 3299 add_property_string(obj, "faultcodens", SOAP_1_2_ENV_NAMESPACE); 3452 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { 3455 envelope_ns = SOAP_1_2_ENV_NAMESPACE; 3471 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { 3513 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { 3555 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); 3578 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { [all …]
|
Completed in 28 milliseconds