Searched refs:get_node_with_attribute_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/soap/ |
H A D | php_xml.h | 28 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,… 43 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, …
|
H A D | php_xml.c | 276 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex() function
|
H A D | php_sdl.c | 471 …part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->c… in wsdl_soap_binding_header() 933 …portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl() 1068 …xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "… in load_wsdl()
|
Completed in 21 milliseconds