Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/
H A Dphp_dom.c98 static HashTable dom_entity_prop_handlers; variable
818 zend_hash_init(&dom_entity_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
819 dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", dom_entity_public_id_read, NULL); in PHP_MINIT_FUNCTION()
820 dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", dom_entity_system_id_read, NULL); in PHP_MINIT_FUNCTION()
821 …dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", dom_entity_notation_name_read… in PHP_MINIT_FUNCTION()
822 …dom_register_prop_handler(&dom_entity_prop_handlers, "actualEncoding", dom_entity_actual_encoding_… in PHP_MINIT_FUNCTION()
823 …dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", dom_entity_encoding_read, dom_ent… in PHP_MINIT_FUNCTION()
824 …dom_register_prop_handler(&dom_entity_prop_handlers, "version", dom_entity_version_read, dom_entit… 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()
826 zend_hash_add_ptr(&classes, ce.name, &dom_entity_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 7 milliseconds