Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_encoding.c323 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
336 set_ns_prop(node_ptr, SOAP_1_2_ENC_NAMESPACE, "id", id+1); in soap_check_zval_ref()
338 set_ns_prop(node, SOAP_1_2_ENC_NAMESPACE, "ref", id); in soap_check_zval_ref()
2314 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL && in to_xml_array()
2324 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_xml_array()
2344 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_xml_array()
2522 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL && in to_zval_array()
2531 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_zval_array()
3292 href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE); in check_and_resolve_href()
3587 ns = SOAP_1_2_ENC_NAMESPACE; in get_type_str()
[all …]
H A Dphp_encoding.h37 #define SOAP_1_2_ENC_NAMESPACE "http://www.w3.org/2003/05/soap-encoding" macro
H A Dphp_sdl.c131 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in get_encoder()
132 memcmp(ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in get_encoder()
500 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_header()
625 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_body()
1100 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in load_wsdl()
1432 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in sdl_deserialize_encoder()
1433 memcmp(enc->details.ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in sdl_deserialize_encoder()
H A Dsoap.c563 …zend_hash_str_add_ptr(&defEncNs, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1, SOAP_1_… in php_soap_prepare_globals()
3547 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3598 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3817 xmlSetNsProp(method, body->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4069 xmlSetNsProp(x, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4174 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4379 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4760 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4761 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL &&
4778 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
[all …]

Completed in 54 milliseconds