Searched refs:SOAP_LITERAL (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/soap/ |
H A D | php_sdl.h | 47 SOAP_LITERAL = 2 enumerator
|
H A D | soap.c | 679 REGISTER_LONG_CONSTANT("SOAP_LITERAL", SOAP_LITERAL, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION() 2392 (Z_LVAL_PP(tmp) == SOAP_LITERAL || Z_LVAL_PP(tmp) == SOAP_ENCODED)) { 3799 use = main?SOAP_ENCODED:SOAP_LITERAL; 3887 int use = SOAP_LITERAL; 3922 int hdr_use = SOAP_LITERAL; 3981 use = SOAP_LITERAL; 4073 node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, node TSRMLS_CC); 4144 int hdr_use = SOAP_LITERAL; 4320 Z_TYPE_PP(zuse) == IS_LONG && Z_LVAL_PP(zuse) == SOAP_LITERAL) { 4321 use = SOAP_LITERAL; [all …]
|
H A D | php_encoding.c | 497 if (encode != enc && style == SOAP_LITERAL) { in master_to_xml_int() 1734 if (style == SOAP_LITERAL && in model_to_xml_object() 1757 if (style == SOAP_LITERAL && in model_to_xml_object() 1769 if (style == SOAP_LITERAL && in model_to_xml_object() 1994 if (style == SOAP_LITERAL && in to_xml_object() 2017 dummy = master_to_xml((*attr)->encode, zattr, SOAP_LITERAL, xmlParam TSRMLS_CC); in to_xml_object() 2242 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements() 2266 } else if (style == SOAP_LITERAL && enc && enc->details.type_str) { in add_xml_array_elements() 3118 xmlNodePtr dummy = master_to_xml(list_enc, *tmp, SOAP_LITERAL, ret TSRMLS_CC); in to_xml_list() 3157 dummy = master_to_xml(list_enc, &dummy_zval, SOAP_LITERAL, ret TSRMLS_CC); in to_xml_list()
|
H A D | php_sdl.c | 488 h->use = SOAP_LITERAL; in wsdl_soap_binding_header() 573 binding->use = SOAP_LITERAL; in wsdl_soap_binding_body() 1091 binding->use = SOAP_LITERAL; in load_wsdl()
|
Completed in 55 milliseconds