Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/tests/bugs/
H A Dbug43045.phpt42 "use" => SOAP_ENCODED
/PHP-8.1/ext/soap/
H A Dphp_sdl.h43 SOAP_ENCODED = 1, enumerator
H A Dphp_encoding.c133 if (style == SOAP_ENCODED) {\
618 if (style == SOAP_ENCODED) { in to_xml_user()
904 if (style == SOAP_ENCODED) { in to_xml_string()
931 if (style == SOAP_ENCODED) { in to_xml_base64()
968 if (style == SOAP_ENCODED) { in to_xml_hexbin()
1063 if (style == SOAP_ENCODED) { in to_xml_long()
1086 if (style == SOAP_ENCODED) { in to_xml_double()
1135 if (style == SOAP_ENCODED) { in to_xml_bool()
1154 if (style == SOAP_ENCODED) { in to_xml_null()
2418 if (style == SOAP_ENCODED) { in to_xml_array()
[all …]
H A Dphp_sdl.c484 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
494 if (h->use == SOAP_ENCODED) { in wsdl_soap_binding_header()
573 binding->use = SOAP_ENCODED; in wsdl_soap_binding_body()
619 if (binding->use == SOAP_ENCODED) { in wsdl_soap_binding_body()
1084 binding->use = SOAP_ENCODED; in load_wsdl()
1463 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1478 if (tmp->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1499 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
2059 if (body->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
2076 if (tmp->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
[all …]
H A Dsoap.c3312 use = main?SOAP_ENCODED:SOAP_LITERAL;
3381 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
3468 use = SOAP_ENCODED;
3635 if (use == SOAP_ENCODED && version == SOAP_1_2) {
3701 use = SOAP_ENCODED;
3732 use = SOAP_ENCODED;
3737 if (use == SOAP_ENCODED) {
3843 use = SOAP_ENCODED;
3917 if (hdr_use == SOAP_ENCODED) {
3918 use = SOAP_ENCODED;
[all …]

Completed in 41 milliseconds