Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Dphp_dom.c598dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom_node_node… in PHP_MINIT_FUNCTION()
600dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom_node_node… in PHP_MINIT_FUNCTION()
604dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", sizeof("lastChild")-1, dom_node_la… in PHP_MINIT_FUNCTION()
611dom_register_prop_handler(&dom_node_prop_handlers, "localName", sizeof("localName")-1, dom_node_lo… in PHP_MINIT_FUNCTION()
612dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", sizeof("baseURI")-1, dom_node_base_u… in PHP_MINIT_FUNCTION()
622dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", sizeof("prefix")-1, dom_nod… in PHP_MINIT_FUNCTION()
654dom_register_prop_handler(&dom_document_prop_handlers, "config", sizeof("config")-1, dom_document_… in PHP_MINIT_FUNCTION()
677dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", sizeof("length")-1, dom_nodelist_… in PHP_MINIT_FUNCTION()
705dom_register_prop_handler(&dom_attr_prop_handlers, "name", sizeof("name")-1, dom_attr_name_read, N… in PHP_MINIT_FUNCTION()
706dom_register_prop_handler(&dom_attr_prop_handlers, "specified", sizeof("specified")-1, dom_attr_sp… in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds