Home
last modified time | relevance | path

Searched refs:SOAP_ENCODED (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/soap/tests/bugs/
H A Dbug43045.phpt42 "use" => SOAP_ENCODED
/PHP-8.0/ext/soap/
H A Dphp_sdl.h43 SOAP_ENCODED = 1, enumerator
H A Dphp_encoding.c133 if (style == SOAP_ENCODED) {\
622 if (style == SOAP_ENCODED) { in to_xml_user()
908 if (style == SOAP_ENCODED) { in to_xml_string()
935 if (style == SOAP_ENCODED) { in to_xml_base64()
972 if (style == SOAP_ENCODED) { in to_xml_hexbin()
1067 if (style == SOAP_ENCODED) { in to_xml_long()
1090 if (style == SOAP_ENCODED) { in to_xml_double()
1139 if (style == SOAP_ENCODED) { in to_xml_bool()
1158 if (style == SOAP_ENCODED) { in to_xml_null()
2418 if (style == SOAP_ENCODED) { in to_xml_array()
[all …]
H A Dphp_sdl.c483 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
493 if (h->use == SOAP_ENCODED) { in wsdl_soap_binding_header()
572 binding->use = SOAP_ENCODED; in wsdl_soap_binding_body()
618 if (binding->use == SOAP_ENCODED) { in wsdl_soap_binding_body()
1083 binding->use = SOAP_ENCODED; in load_wsdl()
1460 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1475 if (tmp->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1496 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
2056 if (body->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
2073 if (tmp->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
[all …]
H A Dsoap.c3433 use = main?SOAP_ENCODED:SOAP_LITERAL;
3502 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
3593 use = SOAP_ENCODED;
3754 if (use == SOAP_ENCODED && version == SOAP_1_2) {
3818 use = SOAP_ENCODED;
3849 use = SOAP_ENCODED;
3854 if (use == SOAP_ENCODED) {
3960 use = SOAP_ENCODED;
4038 if (hdr_use == SOAP_ENCODED) {
4039 use = SOAP_ENCODED;
[all …]

Completed in 65 milliseconds