Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_packet_soap.c61 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
63 envelope_ns = SOAP_1_2_ENV_NAMESPACE; in parse_packet_soap()
85 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
135 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
161 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in parse_packet_soap()
H A Dphp_encoding.h29 #define SOAP_1_2_ENV_NAMESPACE "http://www.w3.org/2003/05/soap-envelope" macro
H A Dsoap.c1402 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) { in PHP_METHOD()
2947 ZVAL_STRING(Z_FAULT_CODENS_P(obj), SOAP_1_2_ENV_NAMESPACE); in set_soap_fault()
2950 ZVAL_STRING(Z_FAULT_CODENS_P(obj), SOAP_1_2_ENV_NAMESPACE); in set_soap_fault()
2955 ZVAL_STRING(Z_FAULT_CODENS_P(obj), SOAP_1_2_ENV_NAMESPACE); in set_soap_fault()
3103 if (node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) { in get_envelope()
3105 *envelope_ns = SOAP_1_2_ENV_NAMESPACE; in get_envelope()
3137 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in deserialize_function_call()
3179 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in deserialize_function_call()
3221 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); in deserialize_function_call()
3244 } else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) { in deserialize_function_call()
[all …]

Completed in 26 milliseconds