Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Ddocument.c1214 char *idname; in PHP_FUNCTION() local
1217 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &idname, &idname_len) == FAILURE) { in PHP_FUNCTION()
1223 attrp = xmlGetID(docp, (xmlChar *) idname); in PHP_FUNCTION()

Completed in 8 milliseconds