Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c138 static HashTable dom_modern_processinginstruction_prop_handlers; variable
1279 zend_hash_init(&dom_modern_processinginstruction_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
1280 …DOM_REGISTER_PROP_HANDLER(&dom_modern_processinginstruction_prop_handlers, "target", dom_processin… in PHP_MINIT_FUNCTION()
1281 …DOM_REGISTER_PROP_HANDLER(&dom_modern_processinginstruction_prop_handlers, "data", dom_processingi… in PHP_MINIT_FUNCTION()
1282 …zend_hash_merge(&dom_modern_processinginstruction_prop_handlers, &dom_modern_characterdata_prop_ha… in PHP_MINIT_FUNCTION()
1283 …dom_modern_processinginstruction_class_entry->name, &dom_modern_processinginstruction_prop_handler… in PHP_MINIT_FUNCTION()
1382 zend_hash_destroy(&dom_modern_processinginstruction_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 44 milliseconds