dom_xpath_prop_handlers 99 ext/dom/php_dom.c static HashTable dom_xpath_prop_handlers; dom_xpath_prop_handlers 908 ext/dom/php_dom.c zend_hash_init(&dom_xpath_prop_handlers, 0, NULL, NULL, 1); dom_xpath_prop_handlers 909 ext/dom/php_dom.c dom_register_prop_handler(&dom_xpath_prop_handlers, "document", dom_xpath_document_read, NULL TSRMLS_CC); dom_xpath_prop_handlers 910 ext/dom/php_dom.c zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_xpath_prop_handlers, sizeof(dom_xpath_prop_handlers), NULL); dom_xpath_prop_handlers 1016 ext/dom/php_dom.c zend_hash_destroy(&dom_xpath_prop_handlers);