Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c629dom_register_prop_handler(&dom_namelist_prop_handlers, "length", sizeof("length")-1, dom_namelist_… in PHP_MINIT_FUNCTION()
644dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom_node_node… in PHP_MINIT_FUNCTION()
646dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom_node_node… in PHP_MINIT_FUNCTION()
658dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", sizeof("baseURI")-1, dom_node_base_u… in PHP_MINIT_FUNCTION()
692dom_register_prop_handler(&dom_document_prop_handlers, "config", sizeof("config")-1, dom_document_… in PHP_MINIT_FUNCTION()
710dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", sizeof("length")-1, dom_nodelist_… in PHP_MINIT_FUNCTION()
734dom_register_prop_handler(&dom_attr_prop_handlers, "name", sizeof("name")-1, dom_attr_name_read, N… in PHP_MINIT_FUNCTION()
735dom_register_prop_handler(&dom_attr_prop_handlers, "specified", sizeof("specified")-1, dom_attr_sp… in PHP_MINIT_FUNCTION()
773dom_register_prop_handler(&dom_domerror_prop_handlers, "type", sizeof("type")-1, dom_domerror_type… in PHP_MINIT_FUNCTION()
787dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", sizeof("uri")-1, dom_domlocator_ur… in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds