Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c88 static HashTable dom_text_prop_handlers; variable
810 zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
811 …dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL TSR… in PHP_MINIT_FUNCTION()
812 …zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, NULL, NULL, sizeof(dom_… in PHP_MINIT_FUNCTION()
813 …_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_text_prop_han… in PHP_MINIT_FUNCTION()
850 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_documentt… in PHP_MINIT_FUNCTION()
1002 zend_hash_destroy(&dom_text_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 26 milliseconds