Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c91 static HashTable dom_domlocator_prop_handlers; variable
840 zend_hash_init(&dom_domlocator_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
841 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_… in PHP_MINIT_FUNCTION()
842 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_num… in PHP_MINIT_FUNCTION()
843 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NUL… in PHP_MINIT_FUNCTION()
844 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_nod… in PHP_MINIT_FUNCTION()
845 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL TSRM… in PHP_MINIT_FUNCTION()
846 …add(&classes, ce.name, ce.name_length + 1, &dom_domlocator_prop_handlers, sizeof(dom_domlocator_pr… in PHP_MINIT_FUNCTION()
1005 zend_hash_destroy(&dom_domlocator_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 14 milliseconds