dom_processinginstruction_prop_handlers   99 ext/dom/php_dom.c static HashTable dom_processinginstruction_prop_handlers;
dom_processinginstruction_prop_handlers  833 ext/dom/php_dom.c 	zend_hash_init(&dom_processinginstruction_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_processinginstruction_prop_handlers  834 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", dom_processinginstruction_target_read, NULL);
dom_processinginstruction_prop_handlers  835 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", dom_processinginstruction_data_read, dom_processinginstruction_data_write);
dom_processinginstruction_prop_handlers  836 ext/dom/php_dom.c 	zend_hash_merge(&dom_processinginstruction_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0);
dom_processinginstruction_prop_handlers  837 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_processinginstruction_prop_handlers);
dom_processinginstruction_prop_handlers  956 ext/dom/php_dom.c 	zend_hash_destroy(&dom_processinginstruction_prop_handlers);