Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dphp_dom.c86 static HashTable dom_node_prop_handlers; variable
644 zend_hash_init(&dom_node_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
645 dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL); in PHP_MINIT_FUNCTION()
647 dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL); in PHP_MINIT_FUNCTION()
659 dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL); in PHP_MINIT_FUNCTION()
661 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
677 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
740 zend_hash_merge(&dom_attr_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); in PHP_MINIT_FUNCTION()
824 zend_hash_merge(&dom_entity_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0); in PHP_MINIT_FUNCTION()
828 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 28 milliseconds