Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c95 static HashTable dom_processinginstruction_prop_handlers; variable
890 zend_hash_init(&dom_processinginstruction_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
891 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", dom_processinginstru… in PHP_MINIT_FUNCTION()
892 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", dom_processinginstruct… in PHP_MINIT_FUNCTION()
893 …zend_hash_merge(&dom_processinginstruction_prop_handlers, &dom_node_prop_handlers, NULL, NULL, siz… in PHP_MINIT_FUNCTION()
894 …s, ce.name, ce.name_length + 1, &dom_processinginstruction_prop_handlers, sizeof(dom_processingins… in PHP_MINIT_FUNCTION()
1009 zend_hash_destroy(&dom_processinginstruction_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 11 milliseconds