Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/tests/bugs/
H A Dbug43045.phpt42 "use" => SOAP_ENCODED
/PHP-7.0/ext/soap/
H A Dphp_sdl.h46 SOAP_ENCODED = 1, enumerator
H A Dphp_encoding.c136 if (style == SOAP_ENCODED) {\
638 if (style == SOAP_ENCODED) { in to_xml_user()
924 if (style == SOAP_ENCODED) { in to_xml_string()
951 if (style == SOAP_ENCODED) { in to_xml_base64()
988 if (style == SOAP_ENCODED) { in to_xml_hexbin()
1083 if (style == SOAP_ENCODED) { in to_xml_long()
1106 if (style == SOAP_ENCODED) { in to_xml_double()
1155 if (style == SOAP_ENCODED) { in to_xml_bool()
1174 if (style == SOAP_ENCODED) { in to_xml_null()
2471 if (style == SOAP_ENCODED) { in to_xml_array()
[all …]
H A Dphp_sdl.c482 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
492 if (h->use == SOAP_ENCODED) { in wsdl_soap_binding_header()
571 binding->use = SOAP_ENCODED; in wsdl_soap_binding_body()
617 if (binding->use == SOAP_ENCODED) { in wsdl_soap_binding_body()
1081 binding->use = SOAP_ENCODED; in load_wsdl()
1450 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1465 if (tmp->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1486 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
2048 if (body->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
2065 if (tmp->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
[all …]
H A Dsoap.c3778 use = main?SOAP_ENCODED:SOAP_LITERAL;
3847 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
3935 use = SOAP_ENCODED;
4096 if (use == SOAP_ENCODED && version == SOAP_1_2) {
4159 use = SOAP_ENCODED;
4190 use = SOAP_ENCODED;
4195 if (use == SOAP_ENCODED) {
4292 use = SOAP_ENCODED;
4370 if (hdr_use == SOAP_ENCODED) {
4371 use = SOAP_ENCODED;
[all …]

Completed in 36 milliseconds