Home
last modified time | relevance | path

Searched refs:SOAP_LITERAL (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/soap/
H A Dphp_sdl.h44 SOAP_LITERAL = 2 enumerator
H A Dsoap.stub.php60 const SOAP_LITERAL = UNKNOWN; define
H A Dphp_encoding.c476 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int()
1685 if (style == SOAP_LITERAL && in model_to_xml_object()
1707 if (style == SOAP_LITERAL && in model_to_xml_object()
1719 if (style == SOAP_LITERAL && in model_to_xml_object()
1938 if (style == SOAP_LITERAL && in to_xml_object()
1958 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()
2173 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2192 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
2218 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements()
3069 xmlNodePtr dummy = master_to_xml(list_enc, tmp, SOAP_LITERAL, ret); in to_xml_list()
[all …]
H A Dsoap.c2019 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) { in PHP_METHOD()
3469 use = main?SOAP_ENCODED:SOAP_LITERAL; in serialize_response_call2()
3553 int use = SOAP_LITERAL; in serialize_response_call()
3585 int hdr_use = SOAP_LITERAL; in serialize_response_call()
3646 use = SOAP_LITERAL; in serialize_response_call()
3711 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); in serialize_response_call()
3739 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node); in serialize_response_call()
3811 int hdr_use = SOAP_LITERAL; in serialize_response_call()
3998 if (Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) { in serialize_function_call()
3999 use = SOAP_LITERAL; in serialize_function_call()
[all …]
H A Dsoap_arginfo.h241 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_sdl.c455 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
539 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body()
1050 faultBinding->use = SOAP_LITERAL; in load_wsdl()

Completed in 51 milliseconds