Searched refs:get_attribute_ex (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | php_xml.h | 22 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) 37 xmlAttrPtr get_attribute_ex(xmlAttrPtr node,char *name, char *ns); 51 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 | 3227 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE); 3232 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); 3271 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE); 3275 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns); 3283 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); 3287 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns); 3296 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
|
H A D | php_encoding.c | 321 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref() 532 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval_int() 571 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval() 2761 } else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) { in guess_zval_convert() 2764 tmpattr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in guess_zval_convert() 3290 href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE); in check_and_resolve_href()
|
H A D | php_sdl.c | 215 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()
|
Completed in 33 milliseconds