Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c94 static HashTable dom_documenttype_prop_handlers; variable
796 zend_hash_init(&dom_documenttype_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
797 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", sizeof("name")-1, dom_documentt… in PHP_MINIT_FUNCTION()
798 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", sizeof("entities")-1, dom_d… in PHP_MINIT_FUNCTION()
799 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", sizeof("notations")-1, dom… in PHP_MINIT_FUNCTION()
800 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", sizeof("publicId")-1, dom_d… in PHP_MINIT_FUNCTION()
801 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", sizeof("systemId")-1, dom_d… in PHP_MINIT_FUNCTION()
802 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", sizeof("internalSubse… in PHP_MINIT_FUNCTION()
803 …zend_hash_merge(&dom_documenttype_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0… in PHP_MINIT_FUNCTION()
804 zend_hash_add_ptr(&classes, ce.name, &dom_documenttype_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]

Completed in 12 milliseconds