Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_encoding.c325 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
338 set_ns_prop(node_ptr, SOAP_1_2_ENC_NAMESPACE, "id", id+1); in soap_check_zval_ref()
340 set_ns_prop(node, SOAP_1_2_ENC_NAMESPACE, "ref", id); in soap_check_zval_ref()
2349 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL && in to_xml_array()
2359 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_xml_array()
2379 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_xml_array()
2557 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL && in to_zval_array()
2566 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_zval_array()
3323 href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE); in check_and_resolve_href()
3615 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.c130 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in get_encoder()
131 memcmp(ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in get_encoder()
497 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_header()
622 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_body()
1096 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in load_wsdl()
1422 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in sdl_deserialize_encoder()
1423 memcmp(enc->details.ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in sdl_deserialize_encoder()
H A Dsoap.c566 …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()
3536 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3587 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3804 xmlSetNsProp(method, body->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4053 xmlSetNsProp(x, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
4157 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4353 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX));
4720 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
4721 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL &&
4738 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
[all …]

Completed in 58 milliseconds