Home
last modified time | relevance | path

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

/php-src/ext/soap/tests/bugs/
H A Dbug43045.phpt44 "use" => SOAP_ENCODED
/php-src/ext/soap/
H A Dphp_sdl.h43 SOAP_ENCODED = 1, enumerator
H A Dphp_encoding.c135 if (style == SOAP_ENCODED) {\
627 if (style == SOAP_ENCODED) { in to_xml_user()
953 if (style == SOAP_ENCODED) { in to_xml_string()
975 if (style == SOAP_ENCODED) { in to_xml_base64()
1012 if (style == SOAP_ENCODED) { in to_xml_hexbin()
1107 if (style == SOAP_ENCODED) { in to_xml_long()
1130 if (style == SOAP_ENCODED) { in to_xml_double()
1179 if (style == SOAP_ENCODED) { in to_xml_bool()
1198 if (style == SOAP_ENCODED) { in to_xml_null()
2494 if (style == SOAP_ENCODED) { in to_xml_array()
[all …]
H A Dphp_sdl.c453 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
463 if (h->use == SOAP_ENCODED) { in wsdl_soap_binding_header()
541 binding->use = SOAP_ENCODED; in wsdl_soap_binding_body()
586 if (binding->use == SOAP_ENCODED) { in wsdl_soap_binding_body()
1427 if (body->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1442 if (tmp->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1465 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body()
1717 if (binding->use == SOAP_ENCODED) { in get_sdl_from_cache()
2026 if (body->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
2043 if (tmp->use == SOAP_ENCODED) { in sdl_serialize_soap_body()
[all …]
H A Dsoap.stub.php55 const SOAP_ENCODED = UNKNOWN; define
H A Dsoap.c3469 use = main?SOAP_ENCODED:SOAP_LITERAL; in serialize_response_call2()
3538 if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) { in serialize_response_call2()
3625 use = SOAP_ENCODED; in serialize_response_call()
3792 if (use == SOAP_ENCODED && version == SOAP_1_2) { in serialize_response_call()
3858 use = SOAP_ENCODED; in serialize_response_call()
3889 use = SOAP_ENCODED; in serialize_response_call()
3894 if (use == SOAP_ENCODED) { in serialize_response_call()
4001 use = SOAP_ENCODED; in serialize_function_call()
4075 if (hdr_use == SOAP_ENCODED) { in serialize_function_call()
4076 use = SOAP_ENCODED; in serialize_function_call()
[all …]
H A Dsoap_arginfo.h240 REGISTER_LONG_CONSTANT("SOAP_ENCODED", SOAP_ENCODED, CONST_PERSISTENT); in register_soap_symbols()

Completed in 49 milliseconds