Searched refs:get_attribute_ex (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/soap/ |
H A D | php_xml.h | 24 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) 39 xmlAttrPtr get_attribute_ex(xmlAttrPtr node,char *name, char *ns); 53 i = get_attribute_ex(n,c,ns); \
|
H A D | php_xml.c | 233 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex() function 283 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex() 296 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
|
H A D | soap.c | 3541 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE); 3546 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); 3585 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE); 3589 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns); 3597 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); 3601 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns); 3610 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
|
H A D | php_encoding.c | 323 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref() 534 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval_int() 573 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval() 2763 } else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) { in guess_zval_convert() 2766 tmpattr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in guess_zval_convert() 3292 href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE); in check_and_resolve_href()
|
H A D | php_sdl.c | 217 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()
|
Completed in 41 milliseconds