Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dphp_dom.c85 static HashTable dom_processinginstruction_prop_handlers; variable
839 zend_hash_init(&dom_processinginstruction_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
840 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", sizeof("target")-1, … in PHP_MINIT_FUNCTION()
841 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", sizeof("data")-1, dom_… in PHP_MINIT_FUNCTION()
842 …zend_hash_merge(&dom_processinginstruction_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_h… in PHP_MINIT_FUNCTION()
843 …r(&classes, dom_processinginstruction_class_entry->name, &dom_processinginstruction_prop_handlers); in PHP_MINIT_FUNCTION()
908 zend_hash_destroy(&dom_processinginstruction_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 8 milliseconds