Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dphp_dom.c90 static HashTable dom_attr_prop_handlers; variable
734 zend_hash_init(&dom_attr_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
735 dom_register_prop_handler(&dom_attr_prop_handlers, "name", dom_attr_name_read, NULL); in PHP_MINIT_FUNCTION()
736 dom_register_prop_handler(&dom_attr_prop_handlers, "specified", dom_attr_specified_read, NULL); in PHP_MINIT_FUNCTION()
737 …dom_register_prop_handler(&dom_attr_prop_handlers, "value", dom_attr_value_read, dom_attr_value_wr… in PHP_MINIT_FUNCTION()
738 …dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", dom_attr_owner_element_read, NU… in PHP_MINIT_FUNCTION()
739 …dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", dom_attr_schema_type_info_rea… 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()
741 zend_hash_add_ptr(&classes, ce.name, &dom_attr_prop_handlers); in PHP_MINIT_FUNCTION()
946 zend_hash_destroy(&dom_attr_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 11 milliseconds