Home
last modified time | relevance | path

Searched refs:get_attribute_ex (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/soap/
H A Dphp_xml.h22 #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 Dphp_xml.c239 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex() function
289 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
302 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
H A Dsoap.c3063 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3068 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3107 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3111 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
3119 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3123 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
3132 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
H A Dphp_encoding.c322 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
529 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval_int()
568 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval()
2804 } else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) { in guess_zval_convert()
2807 tmpattr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in guess_zval_convert()
3329 href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE); in check_and_resolve_href()
H A Dphp_sdl.c216 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()

Completed in 36 milliseconds