Searched refs:SOAP_LITERAL (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/ext/soap/ |
H A D | php_sdl.h | 44 SOAP_LITERAL = 2 enumerator
|
H A D | soap.stub.php | 60 const SOAP_LITERAL = UNKNOWN; define
|
H A D | php_encoding.c | 476 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 D | soap.c | 2016 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) { in PHP_METHOD() 3426 use = main?SOAP_ENCODED:SOAP_LITERAL; in serialize_response_call2() 3510 int use = SOAP_LITERAL; in serialize_response_call() 3542 int hdr_use = SOAP_LITERAL; in serialize_response_call() 3603 use = SOAP_LITERAL; in serialize_response_call() 3668 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); in serialize_response_call() 3696 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node); in serialize_response_call() 3768 int hdr_use = SOAP_LITERAL; in serialize_response_call() 3955 if (Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) { in serialize_function_call() 3956 use = SOAP_LITERAL; in serialize_function_call() [all …]
|
H A D | soap_arginfo.h | 241 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_sdl.c | 456 h->use = SOAP_LITERAL; in wsdl_soap_binding_header() 541 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body() 1056 binding->use = SOAP_LITERAL; in load_wsdl()
|
Completed in 43 milliseconds