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.c1902 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) {
3266 use = main?SOAP_ENCODED:SOAP_LITERAL;
3350 int use = SOAP_LITERAL;
3382 int hdr_use = SOAP_LITERAL;
3443 use = SOAP_LITERAL;
3508 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param);
3536 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node);
3608 int hdr_use = SOAP_LITERAL;
3794 if (Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) {
3795 use = SOAP_LITERAL;
[all …]
H A Dphp_encoding.c467 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int()
1626 if (style == SOAP_LITERAL && in model_to_xml_object()
1648 if (style == SOAP_LITERAL && in model_to_xml_object()
1660 if (style == SOAP_LITERAL && in model_to_xml_object()
1879 if (style == SOAP_LITERAL && in to_xml_object()
1899 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()
2107 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2126 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2150 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2971 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 70 milliseconds