Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c93 static HashTable dom_domlocator_prop_handlers; variable
782 zend_hash_init(&dom_domlocator_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
783 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", sizeof("lineNumber")-1, dom… in PHP_MINIT_FUNCTION()
784 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", sizeof("columnNumber")-1,… in PHP_MINIT_FUNCTION()
785 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", sizeof("offset")-1, dom_domloca… in PHP_MINIT_FUNCTION()
786 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", sizeof("relatedNode")-1, d… in PHP_MINIT_FUNCTION()
787 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", sizeof("uri")-1, dom_domlocator_ur… in PHP_MINIT_FUNCTION()
788 zend_hash_add_ptr(&classes, ce.name, &dom_domlocator_prop_handlers); in PHP_MINIT_FUNCTION()
950 zend_hash_destroy(&dom_domlocator_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 8 milliseconds