Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dphp_xml.h25 #define get_attribute(node, name) get_attribute_ex(node, name, NULL)
40 xmlAttrPtr get_attribute_ex(xmlAttrPtr node,char *name, char *ns);
54 i = get_attribute_ex(n,c,ns); \
H A Dphp_xml.c238 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex() function
288 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
301 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
H A Dsoap.c3574 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3579 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3618 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3622 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
3630 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3634 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
3643 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
H A Dphp_encoding.c337 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
548 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval_int()
587 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval()
2814 } else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) { in guess_zval_convert()
2817 tmpattr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in guess_zval_convert()
3339 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 67 milliseconds