Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug43045.phpt42 "use" => SOAP_ENCODED
/PHP-5.5/ext/soap/
H A Dphp_encoding.c140 if (style == SOAP_ENCODED) {\
652 if (style == SOAP_ENCODED) { in to_xml_user()
951 if (style == SOAP_ENCODED) { in to_xml_string()
984 if (style == SOAP_ENCODED) { in to_xml_base64()
1023 if (style == SOAP_ENCODED) { in to_xml_hexbin()
1128 if (style == SOAP_ENCODED) { in to_xml_long()
1155 if (style == SOAP_ENCODED) { in to_xml_double()
1205 if (style == SOAP_ENCODED) { in to_xml_bool()
1226 if (style == SOAP_ENCODED) { in to_xml_null()
2549 if (style == SOAP_ENCODED) { in to_xml_array()
[all …]
H A Dphp_sdl.h46 SOAP_ENCODED = 1, enumerator
H A Dphp_sdl.c486 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
496 if (h->use == SOAP_ENCODED) { in wsdl_soap_binding_header()
575 binding->use = SOAP_ENCODED; in wsdl_soap_binding_body()
624 if (binding->use == SOAP_ENCODED) { in wsdl_soap_binding_body()
1089 binding->use = SOAP_ENCODED; in load_wsdl()
1456 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1471 if (tmp->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1492 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
2060 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.c3779 use = main?SOAP_ENCODED:SOAP_LITERAL;
3853 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
3941 use = SOAP_ENCODED;
4107 if (use == SOAP_ENCODED && version == SOAP_1_2) {
4170 use = SOAP_ENCODED;
4201 use = SOAP_ENCODED;
4206 if (use == SOAP_ENCODED) {
4303 use = SOAP_ENCODED;
4384 if (hdr_use == SOAP_ENCODED) {
4385 use = SOAP_ENCODED;
[all …]

Completed in 52 milliseconds