Searched refs:SOAP_1_1_ENC_NAMESPACE (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_packet_soap.c | 93 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap() 143 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap() 169 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
|
H A D | php_encoding.h | 35 #define SOAP_1_1_ENC_NAMESPACE "http://schemas.xmlsoap.org/soap/encoding/" macro
|
H A D | php_encoding.c | 156 {{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map}, 157 …{{IS_CONSTANT_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_a… 158 {{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object}, 217 …{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_arra… 2407 zend_hash_find(sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType", in to_xml_array() 2408 sizeof(SOAP_1_1_ENC_NAMESPACE":arrayType"), in to_xml_array() 2549 set_ns_prop(xmlParam, SOAP_1_1_ENC_NAMESPACE, "arrayType", array_type.c); in to_xml_array() 2655 zend_hash_find(type->sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType", in to_zval_array() 2656 sizeof(SOAP_1_1_ENC_NAMESPACE":arrayType"), in to_zval_array() 3759 strcmp(ns,SOAP_1_1_ENC_NAMESPACE) == 0) { in get_type_str() [all …]
|
H A D | php_sdl.c | 127 ((ns_len == sizeof(SOAP_1_1_ENC_NAMESPACE)-1 && in get_encoder() 128 memcmp(ns, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)-1) == 0) || in get_encoder() 499 …if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE))… in wsdl_soap_binding_header() 627 …if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE))… in wsdl_soap_binding_body() 1102 …if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE))… in load_wsdl() 1424 if (((ns_len == sizeof(SOAP_1_1_ENC_NAMESPACE)-1 && in sdl_deserialize_encoder() 1425 memcmp(enc->details.ns, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)-1) == 0) || in sdl_deserialize_encoder()
|
H A D | soap.c | 656 …zend_hash_add(&defEncNs, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE), SOAP_1_1_ENC_NS_P… in php_soap_prepare_globals() 3673 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3715 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3751 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3781 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 3795 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) { 4334 xmlNewNs(envelope, BAD_CAST(SOAP_1_1_ENC_NAMESPACE), BAD_CAST(SOAP_1_1_ENC_NS_PREFIX)); 4335 … xmlSetNsProp(envelope, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_1_ENC_NAMESPACE)); 4557 xmlNewNs(envelope, BAD_CAST(SOAP_1_1_ENC_NAMESPACE), BAD_CAST(SOAP_1_1_ENC_NS_PREFIX)); 4918 zend_hash_find(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType", [all …]
|
Completed in 35 milliseconds