Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c82 static HashTable dom_node_prop_handlers; variable
701 zend_hash_init(&dom_node_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
702 …dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL TSRML… in PHP_MINIT_FUNCTION()
704 …dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL TSRML… in PHP_MINIT_FUNCTION()
708 …dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", dom_node_last_child_read, NULL TSR… in PHP_MINIT_FUNCTION()
711 …dom_register_prop_handler(&dom_node_prop_handlers, "attributes", dom_node_attributes_read, NULL TS… in PHP_MINIT_FUNCTION()
715 …dom_register_prop_handler(&dom_node_prop_handlers, "localName", dom_node_local_name_read, NULL TSR… in PHP_MINIT_FUNCTION()
716 …dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL TSRMLS_… in PHP_MINIT_FUNCTION()
718 …_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_node_prop_han… in PHP_MINIT_FUNCTION()
734 …_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_node_prop_han… in PHP_MINIT_FUNCTION()
[all …]

Completed in 11 milliseconds