Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dphp_sdl.h47 SOAP_LITERAL = 2 enumerator
H A Dsoap.c708 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2367 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) {
3778 use = main?SOAP_ENCODED:SOAP_LITERAL;
3861 int use = SOAP_LITERAL;
3896 int hdr_use = SOAP_LITERAL;
3955 use = SOAP_LITERAL;
4043 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node);
4113 int hdr_use = SOAP_LITERAL;
4289 Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) {
4290 use = SOAP_LITERAL;
[all …]
H A Dphp_encoding.c487 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int()
1671 if (style == SOAP_LITERAL && in model_to_xml_object()
1693 if (style == SOAP_LITERAL && in model_to_xml_object()
1705 if (style == SOAP_LITERAL && in model_to_xml_object()
1922 if (style == SOAP_LITERAL && in to_xml_object()
1942 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()
2150 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2169 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2193 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
3023 xmlNodePtr dummy = master_to_xml(list_enc, tmp, SOAP_LITERAL, ret); in to_xml_list()
[all …]
H A Dphp_sdl.c484 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
569 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body()
1083 binding->use = SOAP_LITERAL; in load_wsdl()

Completed in 42 milliseconds