Searched refs:dom_processinginstruction_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/dom/ |
H A D | php_dom.c | 82 static HashTable dom_processinginstruction_prop_handlers; variable 778 zend_hash_init(&dom_processinginstruction_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION() 779 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", sizeof("target")-1, … in PHP_MINIT_FUNCTION() 780 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", sizeof("data")-1, dom_… in PHP_MINIT_FUNCTION() 781 …zend_hash_merge(&dom_processinginstruction_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_h… in PHP_MINIT_FUNCTION() 782 zend_hash_add_ptr(&classes, ce.name, &dom_processinginstruction_prop_handlers); in PHP_MINIT_FUNCTION() 895 zend_hash_destroy(&dom_processinginstruction_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()
|
Completed in 8 milliseconds