Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c92 static HashTable dom_documenttype_prop_handlers; variable
850 …ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_documenttype_prop_handlers), NULL… in PHP_MINIT_FUNCTION()
854 zend_hash_init(&dom_documenttype_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
855 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", dom_documenttype_name_read, NUL… in PHP_MINIT_FUNCTION()
856 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", dom_documenttype_entities_r… in PHP_MINIT_FUNCTION()
857 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", dom_documenttype_notations… in PHP_MINIT_FUNCTION()
858 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", dom_documenttype_public_id_… in PHP_MINIT_FUNCTION()
859 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", dom_documenttype_system_id_… in PHP_MINIT_FUNCTION()
861 …zend_hash_merge(&dom_documenttype_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_p… in PHP_MINIT_FUNCTION()
862 …d(&classes, ce.name, ce.name_length + 1, &dom_documenttype_prop_handlers, sizeof(dom_documenttype_… in PHP_MINIT_FUNCTION()
[all …]

Completed in 8 milliseconds