Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_sdl.h44 SOAP_LITERAL = 2 enumerator
H A Dsoap.stub.php40 const SOAP_LITERAL = UNKNOWN; define
H A Dsoap.c1906 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) {
3273 use = main?SOAP_ENCODED:SOAP_LITERAL;
3357 int use = SOAP_LITERAL;
3389 int hdr_use = SOAP_LITERAL;
3450 use = SOAP_LITERAL;
3515 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param);
3543 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node);
3615 int hdr_use = SOAP_LITERAL;
3801 if (Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) {
3802 use = SOAP_LITERAL;
[all …]
H A Dphp_encoding.c467 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int()
1636 if (style == SOAP_LITERAL && in model_to_xml_object()
1658 if (style == SOAP_LITERAL && in model_to_xml_object()
1670 if (style == SOAP_LITERAL && in model_to_xml_object()
1889 if (style == SOAP_LITERAL && in to_xml_object()
1909 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()
2117 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2136 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2160 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2982 xmlNodePtr dummy = master_to_xml(list_enc, tmp, SOAP_LITERAL, ret); in to_xml_list()
[all …]
H A Dsoap_arginfo.h244 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_sdl.c488 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
573 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body()
1088 binding->use = SOAP_LITERAL; in load_wsdl()

Completed in 41 milliseconds