Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug43045.phpt42 "use" => SOAP_ENCODED
/PHP-7.4/ext/soap/
H A Dphp_sdl.h45 SOAP_ENCODED = 1, enumerator
H A Dphp_encoding.c135 if (style == SOAP_ENCODED) {\
624 if (style == SOAP_ENCODED) { in to_xml_user()
910 if (style == SOAP_ENCODED) { in to_xml_string()
937 if (style == SOAP_ENCODED) { in to_xml_base64()
974 if (style == SOAP_ENCODED) { in to_xml_hexbin()
1069 if (style == SOAP_ENCODED) { in to_xml_long()
1092 if (style == SOAP_ENCODED) { in to_xml_double()
1141 if (style == SOAP_ENCODED) { in to_xml_bool()
1160 if (style == SOAP_ENCODED) { in to_xml_null()
2420 if (style == SOAP_ENCODED) { in to_xml_array()
[all …]
H A Dphp_sdl.c485 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
495 if (h->use == SOAP_ENCODED) { in wsdl_soap_binding_header()
574 binding->use = SOAP_ENCODED; in wsdl_soap_binding_body()
620 if (binding->use == SOAP_ENCODED) { in wsdl_soap_binding_body()
1085 binding->use = SOAP_ENCODED; in load_wsdl()
1462 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1477 if (tmp->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1498 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
2058 if (body->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
2075 if (tmp->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
[all …]
H A Dsoap.c3747 use = main?SOAP_ENCODED:SOAP_LITERAL;
3816 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
3907 use = SOAP_ENCODED;
4068 if (use == SOAP_ENCODED && version == SOAP_1_2) {
4132 use = SOAP_ENCODED;
4163 use = SOAP_ENCODED;
4168 if (use == SOAP_ENCODED) {
4274 use = SOAP_ENCODED;
4352 if (hdr_use == SOAP_ENCODED) {
4353 use = SOAP_ENCODED;
[all …]

Completed in 48 milliseconds