Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_sdl.h44 SOAP_LITERAL = 2 enumerator
H A Dsoap.c411 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2005 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) {
3433 use = main?SOAP_ENCODED:SOAP_LITERAL;
3517 int use = SOAP_LITERAL;
3554 int hdr_use = SOAP_LITERAL;
3613 use = SOAP_LITERAL;
3701 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node);
3771 int hdr_use = SOAP_LITERAL;
3957 Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) {
3958 use = SOAP_LITERAL;
[all …]
H A Dphp_encoding.c471 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int()
1628 if (style == SOAP_LITERAL && in model_to_xml_object()
1650 if (style == SOAP_LITERAL && in model_to_xml_object()
1662 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()
2972 xmlNodePtr dummy = master_to_xml(list_enc, tmp, SOAP_LITERAL, ret); in to_xml_list()
[all …]
H A Dphp_sdl.c485 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
570 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body()
1085 binding->use = SOAP_LITERAL; in load_wsdl()

Completed in 42 milliseconds