Home
last modified time | relevance | path

Searched refs:SOAP_1_2_ENC_NAMESPACE (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/soap/
H A Dphp_encoding.c335 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
348 set_ns_prop((*node_ptr), SOAP_1_2_ENC_NAMESPACE, "id", id+1); in soap_check_zval_ref()
350 set_ns_prop(node, SOAP_1_2_ENC_NAMESPACE, "ref", id); in soap_check_zval_ref()
2457 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType"), in to_xml_array()
2468 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_xml_array()
2489 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_xml_array()
2678 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType"), in to_zval_array()
2688 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_zval_array()
2701 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_zval_array()
3760 ns = SOAP_1_2_ENC_NAMESPACE; in get_type_str()
[all …]
H A Dphp_encoding.h38 #define SOAP_1_2_ENC_NAMESPACE "http://www.w3.org/2003/05/soap-encoding" macro
H A Dphp_sdl.c129 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in get_encoder()
130 memcmp(ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in get_encoder()
501 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_header()
629 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_body()
1104 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in load_wsdl()
1426 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in sdl_deserialize_encoder()
1427 memcmp(enc->details.ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in sdl_deserialize_encoder()
H A Dsoap.c657 …zend_hash_add(&defEncNs, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE), SOAP_1_2_ENC_NS_P… in php_soap_prepare_globals()
3756 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3807 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3992 xmlSetNsProp(method, body->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4241 xmlSetNsProp(x, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4337 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4560 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4942 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4943 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType"),
4961 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
[all …]

Completed in 57 milliseconds