Searched refs:SOAP_LITERAL (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/soap/ |
H A D | php_sdl.h | 44 SOAP_LITERAL = 2 enumerator
|
H A D | soap.c | 411 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION() 1948 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) { 3312 use = main?SOAP_ENCODED:SOAP_LITERAL; 3396 int use = SOAP_LITERAL; 3428 int hdr_use = SOAP_LITERAL; 3489 use = SOAP_LITERAL; 3582 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node); 3654 int hdr_use = SOAP_LITERAL; 3840 if (Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) { 3841 use = SOAP_LITERAL; [all …]
|
H A D | php_encoding.c | 467 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int() 1626 if (style == SOAP_LITERAL && in model_to_xml_object() 1648 if (style == SOAP_LITERAL && in model_to_xml_object() 1660 if (style == SOAP_LITERAL && in model_to_xml_object() 1879 if (style == SOAP_LITERAL && in to_xml_object() 1899 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object() 2107 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements() 2126 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements() 2150 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements() 2971 xmlNodePtr dummy = master_to_xml(list_enc, tmp, SOAP_LITERAL, ret); in to_xml_list() [all …]
|
H A D | php_sdl.c | 486 h->use = SOAP_LITERAL; in wsdl_soap_binding_header() 571 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body() 1086 binding->use = SOAP_LITERAL; in load_wsdl()
|
Completed in 35 milliseconds