Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_encoding.c333 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
346 set_ns_prop((*node_ptr), SOAP_1_2_ENC_NAMESPACE, "id", id+1); in soap_check_zval_ref()
348 set_ns_prop(node, SOAP_1_2_ENC_NAMESPACE, "ref", id); in soap_check_zval_ref()
2436 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType"), in to_xml_array()
2447 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_xml_array()
2468 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_xml_array()
2655 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType"), in to_zval_array()
2665 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_zval_array()
2678 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize"), in to_zval_array()
3736 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()
1428 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in sdl_deserialize_encoder()
1429 memcmp(enc->details.ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in sdl_deserialize_encoder()
H A Dsoap.c571 …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()
3601 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3652 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3874 xmlSetNsProp(method, body->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4128 xmlSetNsProp(x, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4232 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4431 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4815 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4816 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType"),
4835 zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
[all …]

Completed in 41 milliseconds