Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/
H A Dphp_dom.c86 static HashTable dom_node_prop_handlers; variable
645 zend_hash_init(&dom_node_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
646 dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL); in PHP_MINIT_FUNCTION()
648 dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL); in PHP_MINIT_FUNCTION()
660 dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL); in PHP_MINIT_FUNCTION()
662 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
678 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
741 zend_hash_merge(&dom_attr_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); in PHP_MINIT_FUNCTION()
825 zend_hash_merge(&dom_entity_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); in PHP_MINIT_FUNCTION()
829 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 15 milliseconds