Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/tests/bugs/
H A Dbug43045.phpt44 "use" => SOAP_ENCODED
/PHP-8.2/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 Dsoap.c3266 use = main?SOAP_ENCODED:SOAP_LITERAL;
3335 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
3422 use = SOAP_ENCODED;
3589 if (use == SOAP_ENCODED && version == SOAP_1_2) {
3655 use = SOAP_ENCODED;
3686 use = SOAP_ENCODED;
3691 if (use == SOAP_ENCODED) {
3797 use = SOAP_ENCODED;
3871 if (hdr_use == SOAP_ENCODED) {
3872 use = SOAP_ENCODED;
[all …]
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()
621 if (binding->use == SOAP_ENCODED) { in wsdl_soap_binding_body()
1086 binding->use = SOAP_ENCODED; in load_wsdl()
1465 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1480 if (tmp->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1501 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
2061 if (body->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
2078 if (tmp->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
[all …]
H A Dsoap.stub.php35 const SOAP_ENCODED = UNKNOWN; define
H A Dsoap_arginfo.h243 REGISTER_LONG_CONSTANT("SOAP_ENCODED", SOAP_ENCODED, CONST_PERSISTENT); in register_soap_symbols()

Completed in 62 milliseconds