Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c94 static HashTable dom_entity_prop_handlers; variable
874 zend_hash_init(&dom_entity_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
875 …dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", dom_entity_public_id_read, NULL T… in PHP_MINIT_FUNCTION()
876 …dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", dom_entity_system_id_read, NULL T… in PHP_MINIT_FUNCTION()
877 …dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", dom_entity_notation_name_read… in PHP_MINIT_FUNCTION()
879 …dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", dom_entity_encoding_read, dom_ent… in PHP_MINIT_FUNCTION()
880 …dom_register_prop_handler(&dom_entity_prop_handlers, "version", dom_entity_version_read, dom_entit… in PHP_MINIT_FUNCTION()
881 …zend_hash_merge(&dom_entity_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_ha… in PHP_MINIT_FUNCTION()
883 …ash_add(&classes, ce.name, ce.name_length + 1, &dom_entity_prop_handlers, sizeof(dom_entity_prop_h… in PHP_MINIT_FUNCTION()
886 …ses, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_entity_prop_handlers), NULL); in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds