Home
last modified time | relevance | path

Searched refs:dom_get_dom1_attribute (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.2/ext/dom/
H A Delement.c275 static xmlNodePtr dom_get_dom1_attribute(xmlNodePtr elem, xmlChar *name) /* {{{ */ in dom_get_dom1_attribute() function
338 attr = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_FUNCTION()
397 attr = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_FUNCTION()
451 attrp = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_FUNCTION()
495 attrp = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_FUNCTION()
1092 attr = dom_get_dom1_attribute(nodep, (xmlChar *)name); in PHP_FUNCTION()

Completed in 7 milliseconds