Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c97 static HashTable dom_processinginstruction_prop_handlers; variable
831 zend_hash_init(&dom_processinginstruction_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
832 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", sizeof("target")-1, … in PHP_MINIT_FUNCTION()
833 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", sizeof("data")-1, dom_… in PHP_MINIT_FUNCTION()
834 …zend_hash_merge(&dom_processinginstruction_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_h… in PHP_MINIT_FUNCTION()
835 zend_hash_add_ptr(&classes, ce.name, &dom_processinginstruction_prop_handlers); in PHP_MINIT_FUNCTION()
954 zend_hash_destroy(&dom_processinginstruction_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 9 milliseconds