Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.h46 SOAP_LITERAL = 2 enumerator
H A Dsoap.c682 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2320 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) {
3747 use = main?SOAP_ENCODED:SOAP_LITERAL;
3831 int use = SOAP_LITERAL;
3868 int hdr_use = SOAP_LITERAL;
3927 use = SOAP_LITERAL;
4015 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node);
4085 int hdr_use = SOAP_LITERAL;
4271 Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) {
4272 use = SOAP_LITERAL;
[all …]
H A Dphp_encoding.c473 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int()
1630 if (style == SOAP_LITERAL && in model_to_xml_object()
1652 if (style == SOAP_LITERAL && in model_to_xml_object()
1664 if (style == SOAP_LITERAL && in model_to_xml_object()
1881 if (style == SOAP_LITERAL && in to_xml_object()
1901 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()
2109 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2128 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2152 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2974 xmlNodePtr dummy = master_to_xml(list_enc, tmp, SOAP_LITERAL, ret); in to_xml_list()
[all …]
H A Dphp_sdl.c487 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
572 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body()
1087 binding->use = SOAP_LITERAL; in load_wsdl()

Completed in 44 milliseconds